Update pip constraint to 23.1 (#87331)

This commit is contained in:
Marc Mueller 2023-02-03 21:02:35 +01:00 committed by GitHub
parent fd4851053c
commit 04b921e3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -28,8 +28,8 @@ on:
type: boolean
env:
CACHE_VERSION: 3
PIP_CACHE_VERSION: 3
CACHE_VERSION: 4
PIP_CACHE_VERSION: 4
MYPY_CACHE_VERSION: 3
HA_SHORT_VERSION: 2023.3
DEFAULT_PYTHON: "3.10"
@ -575,7 +575,7 @@ jobs:
python -m venv venv
. venv/bin/activate
python --version
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<22.4" setuptools wheel
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<23.1" 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 .

View File

@ -33,7 +33,7 @@ lru-dict==1.1.8
orjson==3.8.5
paho-mqtt==1.6.1
pillow==9.4.0
pip>=21.0,<22.4
pip>=21.0,<23.1
psutil-home-assistant==0.0.1
pyOpenSSL==23.0.0
pyserial==3.5

View File

@ -45,7 +45,7 @@ dependencies = [
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
"pyOpenSSL==23.0.0",
"orjson==3.8.5",
"pip>=21.0,<22.4",
"pip>=21.0,<23.1",
"python-slugify==4.0.1",
"pyyaml==6.0",
"requests==2.28.1",

View File

@ -19,7 +19,7 @@ PyJWT==2.5.0
cryptography==39.0.0
pyOpenSSL==23.0.0
orjson==3.8.5
pip>=21.0,<22.4
pip>=21.0,<23.1
python-slugify==4.0.1
pyyaml==6.0
requests==2.28.1