From 0b8c52e0daae1c7c89e2afccdbb70d3072222b6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:17:43 +0000 Subject: [PATCH 1/4] fix(deps): update dependency cryptography to v46.0.7 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..3c4bbcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "anyio==4.12.0", "certifi==2025.11.12", "cffi==2.0.0", - "cryptography==46.0.6", + "cryptography==46.0.7", "exceptiongroup==1.3.1", "h11==0.16.0", "httpcore==1.0.9", diff --git a/requirements.txt b/requirements.txt index 868c9f0..74240a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.12.0 certifi==2025.11.12 cffi==2.0.0 -cryptography==46.0.6 +cryptography==46.0.7 exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 From e44c11e8965ca355523e5ce6d8a73890eecd468c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:18:02 +0000 Subject: [PATCH 2/4] fix(deps): update dependency anyio to v4.13.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..fd2129c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "anyio==4.12.0", + "anyio==4.13.0", "certifi==2025.11.12", "cffi==2.0.0", "cryptography==46.0.6", diff --git a/requirements.txt b/requirements.txt index 868c9f0..affcdad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anyio==4.12.0 +anyio==4.13.0 certifi==2025.11.12 cffi==2.0.0 cryptography==46.0.6 From 8c3de5bfe40842e8da23585fbbe308eff2c2326f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:18:10 +0000 Subject: [PATCH 3/4] fix(deps): update dependency idna to v3.13 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..3c815f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.11", + "idna==3.13", "pycparser==2.23", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 868c9f0..4ff952c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.11 +idna==3.13 pycparser==2.23 typing_extensions==4.15.0 From 436008389944d4e52c3e7ab8056ce86d375db91e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:19:36 +0000 Subject: [PATCH 4/4] chore(deps): update python docker tag to v3.14 --- .forgejo/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 9fdee68..186b59c 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: docker-amd64 container: - image: python:3.12-bookworm + image: python:3.14-bookworm steps: - name: Checkout repository