Update pip constraint to allow pip 23.2 (#96614)
This commit is contained in:
parent
e91e32f071
commit
2f5c480f7f
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -492,7 +492,7 @@ jobs:
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
pip install --cache-dir=$PIP_CACHE -U "pip>=21.3.1,<23.2" setuptools wheel
|
pip install --cache-dir=$PIP_CACHE -U "pip>=21.3.1,<23.3" setuptools wheel
|
||||||
pip install --cache-dir=$PIP_CACHE -r requirements_all.txt
|
pip install --cache-dir=$PIP_CACHE -r requirements_all.txt
|
||||||
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt
|
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt
|
||||||
pip install -e . --config-settings editable_mode=compat
|
pip install -e . --config-settings editable_mode=compat
|
||||||
|
|
|
@ -33,7 +33,7 @@ mutagen==1.46.0
|
||||||
orjson==3.9.2
|
orjson==3.9.2
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
pip>=21.3.1,<23.2
|
pip>=21.3.1,<23.3
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
PyJWT==2.7.0
|
PyJWT==2.7.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
|
|
|
@ -46,7 +46,7 @@ dependencies = [
|
||||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
||||||
"pyOpenSSL==23.2.0",
|
"pyOpenSSL==23.2.0",
|
||||||
"orjson==3.9.2",
|
"orjson==3.9.2",
|
||||||
"pip>=21.3.1,<23.2",
|
"pip>=21.3.1,<23.3",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"PyYAML==6.0",
|
"PyYAML==6.0",
|
||||||
"requests==2.31.0",
|
"requests==2.31.0",
|
||||||
|
|
|
@ -19,7 +19,7 @@ PyJWT==2.7.0
|
||||||
cryptography==41.0.1
|
cryptography==41.0.1
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
orjson==3.9.2
|
orjson==3.9.2
|
||||||
pip>=21.3.1,<23.2
|
pip>=21.3.1,<23.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue