diff --git a/requirements/base.txt b/requirements/base.txt index cf948584..8739cad5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,17 +1,17 @@ -aiohttp-jinja2==1.5 -aiohttp-oauth2==0.0.3 -aiohttp-remotes==1.0.0 -aiohttp==3.7.4.post0 -aioredis==1.3.1 -alembic==1.5.8 -apscheduler==3.7.0 +aiohttp-jinja2==1.6 +aiohttp-oauth2==0.0.5 +aiohttp-remotes==1.3.0 +aiohttp==3.11.10 +aioredis==2.0.1 +alembic==1.14.0 +apscheduler==3.11.0 asyncpgsa==0.27.1 -gunicorn==20.1.0 -marshmallow==3.11.1 -sentry-sdk==1.0.0 +gunicorn==23.0.0 +marshmallow==3.23.1 +sentry-sdk==2.19.2 slack-sansio==1.1.0 -psycopg2-binary==2.8.6 -pyyaml==5.4.1 -uvloop==0.15.2 -sqlalchemy==1.3.23 -urllib3<2.0 \ No newline at end of file +psycopg2-binary==2.9.10 +pyyaml==6.0.2 +uvloop==0.21.0 +sqlalchemy==2.0.36 +urllib3==2.2.3 \ No newline at end of file diff --git a/requirements/development.txt b/requirements/development.txt index 1eff81b5..abbb1644 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,3 +1,3 @@ -r testing.txt -ipython==7.23.0 +ipython==8.30.0 diff --git a/requirements/testing.txt b/requirements/testing.txt index 00a0d1e6..0a2d94fe 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,11 +1,11 @@ -r base.txt -black==22.3.0 -pylint==2.8.2 -pytest==6.2.3 -pytest-cov==2.11.1 -pytest-aiohttp==0.3.0 -tox==3.23.0 -mypy==0.812 +black==24.10.0 +pylint==3.3.2 +pytest==8.3.4 +pytest-cov==6.0.0 +pytest-aiohttp==1.0.5 +tox==4.23.2 +mypy==1.13.0 asynctest==0.13.0 -virtualenv==20.4.4 +virtualenv==20.28.0