mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Update pip constraint to 23.1 (#87331)
This commit is contained in:
parent
fd4851053c
commit
04b921e3b5
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -28,8 +28,8 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CACHE_VERSION: 3
|
CACHE_VERSION: 4
|
||||||
PIP_CACHE_VERSION: 3
|
PIP_CACHE_VERSION: 4
|
||||||
MYPY_CACHE_VERSION: 3
|
MYPY_CACHE_VERSION: 3
|
||||||
HA_SHORT_VERSION: 2023.3
|
HA_SHORT_VERSION: 2023.3
|
||||||
DEFAULT_PYTHON: "3.10"
|
DEFAULT_PYTHON: "3.10"
|
||||||
@ -575,7 +575,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.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_all.txt --use-deprecated=legacy-resolver
|
||||||
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt --use-deprecated=legacy-resolver
|
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt --use-deprecated=legacy-resolver
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
@ -33,7 +33,7 @@ lru-dict==1.1.8
|
|||||||
orjson==3.8.5
|
orjson==3.8.5
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.4.0
|
pillow==9.4.0
|
||||||
pip>=21.0,<22.4
|
pip>=21.0,<23.1
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
pyOpenSSL==23.0.0
|
pyOpenSSL==23.0.0
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
|
@ -45,7 +45,7 @@ dependencies = [
|
|||||||
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
|
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
|
||||||
"pyOpenSSL==23.0.0",
|
"pyOpenSSL==23.0.0",
|
||||||
"orjson==3.8.5",
|
"orjson==3.8.5",
|
||||||
"pip>=21.0,<22.4",
|
"pip>=21.0,<23.1",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pyyaml==6.0",
|
"pyyaml==6.0",
|
||||||
"requests==2.28.1",
|
"requests==2.28.1",
|
||||||
|
@ -19,7 +19,7 @@ PyJWT==2.5.0
|
|||||||
cryptography==39.0.0
|
cryptography==39.0.0
|
||||||
pyOpenSSL==23.0.0
|
pyOpenSSL==23.0.0
|
||||||
orjson==3.8.5
|
orjson==3.8.5
|
||||||
pip>=21.0,<22.4
|
pip>=21.0,<23.1
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user