diff --git a/requirements.txt b/requirements.txt index 1b4bd15..8614c1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.13.5 +aiohttp==3.14.1 audioop-lts==0.2.2; python_version>="3.13" discord.py==2.7.1 flask[async]==3.1.3 @@ -8,5 +8,5 @@ psycopg2-binary==2.9.12 pymongo==4.17.0 python-dotenv==1.2.2 pywin32==311;platform_system=="Windows" -typing-extensions==4.15.0 -tzdata==2026.2 \ No newline at end of file +typing-extensions==4.16.0 +tzdata==2026.3 \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 546a62a..544d9b1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ -pytest==9.0.3 -ruff==0.15.14 +pytest==9.1.1 +ruff==0.15.21