Skip to content

Scheduled biweekly dependency update for week 18 #549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bb92c0f
Update aiohttp-jinja2 from 1.5 to 1.6
pyup-bot May 5, 2025
3759b54
Update aiohttp-oauth2 from 0.0.3 to 0.0.5
pyup-bot May 5, 2025
9bf62cc
Update aiohttp-remotes from 1.0.0 to 1.3.0
pyup-bot May 5, 2025
cf33e9f
Update aiohttp from 3.7.4.post0 to 3.11.18
pyup-bot May 5, 2025
b8d25fa
Update aioredis from 1.3.1 to 2.0.1
pyup-bot May 5, 2025
8164552
Update alembic from 1.5.8 to 1.15.2
pyup-bot May 5, 2025
93d5629
Update apscheduler from 3.7.0 to 3.11.0
pyup-bot May 5, 2025
f2d630d
Update gunicorn from 20.1.0 to 23.0.0
pyup-bot May 5, 2025
297fc88
Update marshmallow from 3.11.1 to 4.0.0
pyup-bot May 5, 2025
3d15bb4
Update sentry-sdk from 1.0.0 to 2.27.0
pyup-bot May 5, 2025
65857d3
Update psycopg2-binary from 2.8.6 to 2.9.10
pyup-bot May 5, 2025
998b491
Update pyyaml from 5.4.1 to 6.0.2
pyup-bot May 5, 2025
e1650dc
Update uvloop from 0.15.2 to 0.21.0
pyup-bot May 5, 2025
7eaf5d6
Update sqlalchemy from 1.3.23 to 2.0.40
pyup-bot May 5, 2025
7474df1
Pin urllib3 to latest version 2.4.0
pyup-bot May 5, 2025
7cd65f8
Update ipython from 7.23.0 to 9.2.0
pyup-bot May 5, 2025
6a6c818
Update black from 22.3.0 to 25.1.0
pyup-bot May 5, 2025
5f4542c
Update pylint from 2.8.2 to 3.3.7
pyup-bot May 5, 2025
ecdc3ed
Update pytest from 6.2.3 to 8.3.5
pyup-bot May 5, 2025
e466343
Update pytest-cov from 2.11.1 to 6.1.1
pyup-bot May 5, 2025
54cc02a
Update pytest-aiohttp from 0.3.0 to 1.1.0
pyup-bot May 5, 2025
cbf7194
Update tox from 3.23.0 to 4.25.0
pyup-bot May 5, 2025
277a0ba
Update mypy from 0.812 to 1.15.0
pyup-bot May 5, 2025
21fb201
Update virtualenv from 20.4.4 to 20.30.0
pyup-bot May 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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.18
aioredis==2.0.1
alembic==1.15.2
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==4.0.0
sentry-sdk==2.27.0
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
psycopg2-binary==2.9.10
pyyaml==6.0.2
uvloop==0.21.0
sqlalchemy==2.0.40
urllib3==2.4.0
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r testing.txt

ipython==7.23.0
ipython==9.2.0
16 changes: 8 additions & 8 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -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==25.1.0
pylint==3.3.7
pytest==8.3.5
pytest-cov==6.1.1
pytest-aiohttp==1.1.0
tox==4.25.0
mypy==1.15.0
asynctest==0.13.0
virtualenv==20.4.4
virtualenv==20.30.0