From b67eedd4a3f0b3b2303635a901675a8972178361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:55:29 +0000 Subject: [PATCH] Bump the pip-minor-and-patch group across 1 directory with 3 updates Bumps the pip-minor-and-patch group with 3 updates in the /jwtproxy directory: [jwcrypto](https://github.com/latchset/jwcrypto), [aiointercept](https://github.com/Polandia94/aiointercept) and [ruff](https://github.com/astral-sh/ruff). Updates `jwcrypto` from 1.5.9 to 1.6.0 - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v1.5.9...v1.6.0) Updates `aiointercept` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/Polandia94/aiointercept/releases) - [Changelog](https://github.com/Polandia94/aiointercept/blob/main/CHANGELOG.md) - [Commits](https://github.com/Polandia94/aiointercept/compare/v0.1.9...v0.1.10) Updates `ruff` from 0.16.5 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.5...0.16.6) --- updated-dependencies: - dependency-name: jwcrypto dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: aiointercept dependency-version: 0.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-and-patch ... Signed-off-by: dependabot[bot] --- jwtproxy/requirements.txt | 2 +- jwtproxy/requirements_dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jwtproxy/requirements.txt b/jwtproxy/requirements.txt index 9327f955..88c5bcbb 100644 --- a/jwtproxy/requirements.txt +++ b/jwtproxy/requirements.txt @@ -8,7 +8,7 @@ charset-normalizer==3.5.1 cryptography==50.0.1 frozenlist==1.8.0 idna==3.19 -jwcrypto==1.5.9 +jwcrypto==1.6.0 multidict==6.7.1 pycparser==3.0 yarl===1.24.5 diff --git a/jwtproxy/requirements_dev.txt b/jwtproxy/requirements_dev.txt index 0a64588c..bdbe2d0a 100644 --- a/jwtproxy/requirements_dev.txt +++ b/jwtproxy/requirements_dev.txt @@ -1,7 +1,7 @@ -r requirements.txt aiohttp-devtools==1.1.2 -aiointercept==0.1.9 +aiointercept==0.1.10 anyio==3.7.1 asttokens==2.4.1 black==26.5.1 @@ -12,7 +12,7 @@ pre-commit==4.6.2 Pygments==2.21.0 pytest==9.1.1 pytest-aiohttp==1.1.1 -ruff==0.16.5 +ruff==0.16.6 six==1.17.0 sniffio==1.3.1 watchgod==0.8.2