mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update pip constraint to allow for pip 23.1 (#91535)
This commit is contained in:
parent
d1b8f2987c
commit
f1bb4ed0ed
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -542,7 +542,7 @@ jobs:
|
||||
python -m venv venv
|
||||
. venv/bin/activate
|
||||
python --version
|
||||
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<23.1" setuptools wheel
|
||||
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<23.2" setuptools wheel
|
||||
pip install --cache-dir=$PIP_CACHE -r requirements_all.txt --use-deprecated=legacy-resolver
|
||||
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt --use-deprecated=legacy-resolver
|
||||
pip install -e .
|
||||
|
@ -35,7 +35,7 @@ lru-dict==1.1.8
|
||||
orjson==3.8.10
|
||||
paho-mqtt==1.6.1
|
||||
pillow==9.5.0
|
||||
pip>=21.0,<23.1
|
||||
pip>=21.0,<23.2
|
||||
psutil-home-assistant==0.0.1
|
||||
pyOpenSSL==23.1.0
|
||||
pyserial==3.5
|
||||
|
@ -45,7 +45,7 @@ dependencies = [
|
||||
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
|
||||
"pyOpenSSL==23.1.0",
|
||||
"orjson==3.8.10",
|
||||
"pip>=21.0,<23.1",
|
||||
"pip>=21.0,<23.2",
|
||||
"python-slugify==4.0.1",
|
||||
"pyyaml==6.0",
|
||||
"requests==2.28.2",
|
||||
|
@ -19,7 +19,7 @@ PyJWT==2.6.0
|
||||
cryptography==40.0.1
|
||||
pyOpenSSL==23.1.0
|
||||
orjson==3.8.10
|
||||
pip>=21.0,<23.1
|
||||
pip>=21.0,<23.2
|
||||
python-slugify==4.0.1
|
||||
pyyaml==6.0
|
||||
requests==2.28.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user