From 2f5c480f7fb07ce1c152ef21931388a74c9b4bb6 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 16 Jul 2023 00:28:34 +0200 Subject: [PATCH] Update pip constraint to allow pip 23.2 (#96614) --- .github/workflows/ci.yaml | 2 +- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89618685873..8fd01ada0e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -492,7 +492,7 @@ jobs: python -m venv venv . venv/bin/activate 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_test.txt pip install -e . --config-settings editable_mode=compat diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 6b3e1d8506d..31dcba97924 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -33,7 +33,7 @@ mutagen==1.46.0 orjson==3.9.2 paho-mqtt==1.6.1 Pillow==10.0.0 -pip>=21.3.1,<23.2 +pip>=21.3.1,<23.3 psutil-home-assistant==0.0.1 PyJWT==2.7.0 PyNaCl==1.5.0 diff --git a/pyproject.toml b/pyproject.toml index f7467972773..317a68d36bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==23.2.0", "orjson==3.9.2", - "pip>=21.3.1,<23.2", + "pip>=21.3.1,<23.3", "python-slugify==4.0.1", "PyYAML==6.0", "requests==2.31.0", diff --git a/requirements.txt b/requirements.txt index 210bd8a0bfc..cb78783559b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ PyJWT==2.7.0 cryptography==41.0.1 pyOpenSSL==23.2.0 orjson==3.9.2 -pip>=21.3.1,<23.2 +pip>=21.3.1,<23.3 python-slugify==4.0.1 PyYAML==6.0 requests==2.31.0