From c7256fd4be29cbeadeb5e27673f52e6e332d1390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:03:08 +0000 Subject: [PATCH 1/5] Bump sentry-sdk from 1.40.3 to 2.8.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `sentry-sdk` from 1.40.3 to 2.8.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.40.3...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index bc36d05f99c092..f4b1fdcae11207 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2625,7 +2625,7 @@ sensorpush-ble==1.6.2 sensoterra==2.0.1 # homeassistant.components.sentry -sentry-sdk==1.40.3 +sentry-sdk==2.8.0 # homeassistant.components.sfr_box sfrbox-api==0.0.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 81f33ecf7e8f96..66539b1fa66710 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2086,7 +2086,7 @@ sensorpush-ble==1.6.2 sensoterra==2.0.1 # homeassistant.components.sentry -sentry-sdk==1.40.3 +sentry-sdk==2.8.0 # homeassistant.components.sfr_box sfrbox-api==0.0.11 From 5b56ad0c8ff2070d7eff8e09ca5f60456dbf6511 Mon Sep 17 00:00:00 2001 From: HiDiHo <96914811+HiDiHo01@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:34:16 +0200 Subject: [PATCH 2/5] Update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14e1a786526bdf..541921aa472456 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -529,6 +529,7 @@ jobs: uv pip install -U "pip>=21.3.1" setuptools wheel uv pip install -r requirements.txt python -m script.gen_requirements_all ci + python3 -m script.gen_requirements_all uv pip install -r requirements_all_pytest.txt -r requirements_test.txt uv pip install -e . --config-settings editable_mode=compat From 1dd27b1f901cb97d3c253fecc1ba151dc872a5b3 Mon Sep 17 00:00:00 2001 From: Roy <96914811+HiDiHo01@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:29:05 +0100 Subject: [PATCH 3/5] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 817d82317959cf..3b041cfbdabd93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -622,7 +622,7 @@ jobs: - name: Run gen_requirements_all.py run: | . venv/bin/activate - python -m script.gen_requirements_all validate + python3 -m script.gen_requirements_all validate audit-licenses: name: Audit licenses From 5e230e487584876e3853e6dc2dd3748f7ec79678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:55:22 +0000 Subject: [PATCH 4/5] Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 65a6890024f27a..921d09d8e5adc2 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -38,7 +38,7 @@ home-assistant-frontend==20241127.8 home-assistant-intents==2024.12.9 httpx==0.27.2 ifaddr==0.2.0 -Jinja2==3.1.4 +Jinja2==3.1.5 lru-dict==1.3.0 mutagen==1.47.0 orjson==3.10.12 diff --git a/pyproject.toml b/pyproject.toml index 2930d381d2a2be..928b6292a3e8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "httpx==0.27.2", "home-assistant-bluetooth==1.13.0", "ifaddr==0.2.0", - "Jinja2==3.1.4", + "Jinja2==3.1.5", "lru-dict==1.3.0", "PyJWT==2.10.1", # PyJWT has loose dependency. We want the latest one. diff --git a/requirements.txt b/requirements.txt index e80804569d3eca..b15d3d9c37f3d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ hass-nabucasa==0.87.0 httpx==0.27.2 home-assistant-bluetooth==1.13.0 ifaddr==0.2.0 -Jinja2==3.1.4 +Jinja2==3.1.5 lru-dict==1.3.0 PyJWT==2.10.1 cryptography==44.0.0 From 804cb1ceb8f8895e9d2969be67871ea7dec21400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:47:40 +0000 Subject: [PATCH 5/5] Bump cryptography in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 921d09d8e5adc2..5980494956c54f 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -25,7 +25,7 @@ bluetooth-data-tools==1.20.0 cached-ipaddress==0.8.0 certifi>=2021.5.30 ciso8601==2.3.2 -cryptography==44.0.0 +cryptography==44.0.1 dbus-fast==2.24.3 fnv-hash-fast==1.0.2 go2rtc-client==0.1.2 diff --git a/pyproject.toml b/pyproject.toml index 928b6292a3e8bf..e4365a3382a822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "lru-dict==1.3.0", "PyJWT==2.10.1", # PyJWT has loose dependency. We want the latest one. - "cryptography==44.0.0", + "cryptography==44.0.1", "Pillow==11.0.0", "propcache==0.2.1", "pyOpenSSL==24.3.0", diff --git a/requirements.txt b/requirements.txt index b15d3d9c37f3d5..fdcdf5d7bbce00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ ifaddr==0.2.0 Jinja2==3.1.5 lru-dict==1.3.0 PyJWT==2.10.1 -cryptography==44.0.0 +cryptography==44.0.1 Pillow==11.0.0 propcache==0.2.1 pyOpenSSL==24.3.0