diff --git a/jwtproxy/requirements.txt b/jwtproxy/requirements.txt index 676054cf..edafda88 100644 --- a/jwtproxy/requirements.txt +++ b/jwtproxy/requirements.txt @@ -1,14 +1,14 @@ -aiohttp==3.13.4 +aiohttp==3.13.5 aiosignal==1.4.0 async-timeout==4.0.2 attrs==25.4.0 azure-monitor-opentelemetry==1.8.7 cffi>=2.0.0 -charset-normalizer==3.4.6 +charset-normalizer==3.4.7 cryptography==46.0.7 frozenlist==1.8.0 idna==3.11 -jwcrypto==1.5.6 +jwcrypto==1.5.7 multidict==6.7.1 pycparser==3.0 yarl===1.23.0 diff --git a/jwtproxy/requirements_dev.txt b/jwtproxy/requirements_dev.txt index ec57338f..cdd594e7 100644 --- a/jwtproxy/requirements_dev.txt +++ b/jwtproxy/requirements_dev.txt @@ -5,14 +5,14 @@ aioresponses==0.7.8 anyio==3.6.2 asttokens==2.2.0 black==26.3.1 -click==8.3.1 +click==8.3.2 devtools==0.12.2 executing==2.2.1 pre-commit==4.5.1 Pygments==2.20.0 pytest==9.0.3 pytest-aiohttp==1.1.0 -ruff==0.15.6 +ruff==0.15.11 six==1.17.0 sniffio==1.3.1 watchgod==0.8.2 diff --git a/tools/requirements.txt b/tools/requirements.txt index 38d6b138..c13694be 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,9 +1,9 @@ -aiohttp==3.13.4 +aiohttp==3.13.5 amsterdam-schema-tools==7.6.3 attrs==25.4.0 certifi==2024.7.4 -charset-normalizer==3.4.6 -click==8.3.1 +charset-normalizer==3.4.7 +click==8.3.2 idna==3.11 isort==5.10.1 jsonref==0.2 @@ -11,6 +11,6 @@ jsonschema==4.26.0 lark-parser==0.12.0 mappyfile==0.9.7 pyrsistent==0.20.0 -requests==2.33.0 +requests==2.33.1 urllib3==2.6.3 pre-commit==4.5.1