Skip to content
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

Scheduled biweekly dependency update for week 50 #541

Closed
wants to merge 24 commits into from
Closed
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
482abb4
Update aiohttp-jinja2 from 1.5 to 1.6
pyup-bot Dec 16, 2024
8fdf30e
Update aiohttp-oauth2 from 0.0.3 to 0.0.5
pyup-bot Dec 16, 2024
e6f7796
Update aiohttp-remotes from 1.0.0 to 1.3.0
pyup-bot Dec 16, 2024
fb5b470
Update aiohttp from 3.7.4.post0 to 3.11.10
pyup-bot Dec 16, 2024
84ff263
Update aioredis from 1.3.1 to 2.0.1
pyup-bot Dec 16, 2024
8c6f89b
Update alembic from 1.5.8 to 1.14.0
pyup-bot Dec 16, 2024
e6ec678
Update apscheduler from 3.7.0 to 3.11.0
pyup-bot Dec 16, 2024
1761384
Update gunicorn from 20.1.0 to 23.0.0
pyup-bot Dec 16, 2024
34f3199
Update marshmallow from 3.11.1 to 3.23.1
pyup-bot Dec 16, 2024
c241cd7
Update sentry-sdk from 1.0.0 to 2.19.2
pyup-bot Dec 16, 2024
a6cda01
Update psycopg2-binary from 2.8.6 to 2.9.10
pyup-bot Dec 16, 2024
0c67d8b
Update pyyaml from 5.4.1 to 6.0.2
pyup-bot Dec 16, 2024
f711699
Update uvloop from 0.15.2 to 0.21.0
pyup-bot Dec 16, 2024
3ed53ff
Update sqlalchemy from 1.3.23 to 2.0.36
pyup-bot Dec 16, 2024
ca46e1d
Pin urllib3 to latest version 2.2.3
pyup-bot Dec 16, 2024
75db83b
Update ipython from 7.23.0 to 8.30.0
pyup-bot Dec 16, 2024
2722f4b
Update black from 22.3.0 to 24.10.0
pyup-bot Dec 16, 2024
1caae61
Update pylint from 2.8.2 to 3.3.2
pyup-bot Dec 16, 2024
9c34c71
Update pytest from 6.2.3 to 8.3.4
pyup-bot Dec 16, 2024
5acca3b
Update pytest-cov from 2.11.1 to 6.0.0
pyup-bot Dec 16, 2024
18481ff
Update pytest-aiohttp from 0.3.0 to 1.0.5
pyup-bot Dec 16, 2024
e2eba80
Update tox from 3.23.0 to 4.23.2
pyup-bot Dec 16, 2024
9fd0741
Update mypy from 0.812 to 1.13.0
pyup-bot Dec 16, 2024
f2f6347
Update virtualenv from 20.4.4 to 20.28.0
pyup-bot Dec 16, 2024
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.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
psycopg2-binary==2.9.10
pyyaml==6.0.2
uvloop==0.21.0
sqlalchemy==2.0.36
urllib3==2.2.3
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==8.30.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==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