diff --git a/requirements.txt b/requirements.txt index aad09b9..333a727 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -aiohttp==3.13.3 +aiohttp==3.13.5 audioop-lts==0.2.2; python_version>="3.13" discord.py==2.7.1 flask[async]==3.1.3 -gunicorn==25.1.0 +gunicorn==25.3.0 opengsq==3.6.0 -psycopg2-binary==2.9.11 -pymongo==4.16.0 +psycopg2-binary==2.9.12 +pymongo==4.17.0 python-dotenv==1.2.2 pywin32==311;platform_system=="Windows" typing-extensions==4.15.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index ceb3846..8da9f41 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ -pytest==9.0.2 -ruff==0.15.7 +pytest==9.0.3 +ruff==0.15.12