Skip to content
Snippets Groups Projects
Unverified Commit c0e68520 authored by Marc Mueller's avatar Marc Mueller Committed by GitHub
Browse files

Update pip version range to 22.3 (#75572)

parent e18819c6
Branches
Tags
No related merge requests found
...@@ -517,7 +517,7 @@ jobs: ...@@ -517,7 +517,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.2" setuptools wheel pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<22.3" 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 .
......
...@@ -26,7 +26,7 @@ lru-dict==1.1.8 ...@@ -26,7 +26,7 @@ lru-dict==1.1.8
orjson==3.7.8 orjson==3.7.8
paho-mqtt==1.6.1 paho-mqtt==1.6.1
pillow==9.2.0 pillow==9.2.0
pip>=21.0,<22.2 pip>=21.0,<22.3
pyserial==3.5 pyserial==3.5
python-slugify==4.0.1 python-slugify==4.0.1
pyudev==0.23.2 pyudev==0.23.2
......
...@@ -44,7 +44,7 @@ dependencies = [ ...@@ -44,7 +44,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==36.0.2", "cryptography==36.0.2",
"orjson==3.7.8", "orjson==3.7.8",
"pip>=21.0,<22.2", "pip>=21.0,<22.3",
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pyyaml==6.0", "pyyaml==6.0",
"requests==2.28.1", "requests==2.28.1",
......
...@@ -18,7 +18,7 @@ lru-dict==1.1.8 ...@@ -18,7 +18,7 @@ lru-dict==1.1.8
PyJWT==2.4.0 PyJWT==2.4.0
cryptography==36.0.2 cryptography==36.0.2
orjson==3.7.8 orjson==3.7.8
pip>=21.0,<22.2 pip>=21.0,<22.3
python-slugify==4.0.1 python-slugify==4.0.1
pyyaml==6.0 pyyaml==6.0
requests==2.28.1 requests==2.28.1
......
...@@ -7,7 +7,7 @@ isolated_build = True ...@@ -7,7 +7,7 @@ isolated_build = True
[testenv] [testenv]
basepython = {env:PYTHON3_PATH:python3} basepython = {env:PYTHON3_PATH:python3}
# pip version duplicated in homeassistant/package_constraints.txt # pip version duplicated in homeassistant/package_constraints.txt
pip_version = pip>=21.0,<22.2 pip_version = pip>=21.0,<22.3
install_command = python -m pip install --use-deprecated legacy-resolver {opts} {packages} install_command = python -m pip install --use-deprecated legacy-resolver {opts} {packages}
commands = commands =
{envpython} -X dev -m pytest --timeout=9 --durations=10 -n auto --dist=loadfile -qq -o console_output_style=count -p no:sugar {posargs} {envpython} -X dev -m pytest --timeout=9 --durations=10 -n auto --dist=loadfile -qq -o console_output_style=count -p no:sugar {posargs}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment