Skip to content

Commit 0b4f3e5

Browse files
authored
Merge pull request #519 from HackSoftware/dependabot/pip/master/dependencies-2eb6f6dd5f
Bump the dependencies group across 1 directory with 13 updates
2 parents 0034028 + c6f6c59 commit 0b4f3e5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

requirements/base.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Django==5.1.7
1+
Django==5.1.8
22
django-environ==0.12.0
33
psycopg2==2.9.10
4-
djangorestframework==3.15.2
4+
djangorestframework==3.16.0
55

66
celery==5.4.0
77
django-celery-results==2.5.1
@@ -12,23 +12,23 @@ whitenoise==6.9.0
1212
django-filter==25.1
1313
django-extensions==3.2.3
1414
django-cors-headers==4.7.0
15-
django-storages==1.14.5
15+
django-storages==1.14.6
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.37.13
19+
boto3==1.37.28
2020
attrs==25.3.0
2121

2222
gunicorn==23.0.0
23-
sentry-sdk==2.22.0
23+
sentry-sdk==2.25.1
2424

2525
requests==2.32.3
2626

27-
google-api-python-client==2.164.0
27+
google-api-python-client==2.166.0
2828
google-auth==2.38.0
2929
google-auth-httplib2==0.2.0
3030
google-auth-oauthlib==1.2.1
3131

3232
pyotp==2.9.0
33-
qrcode==8.0
33+
qrcode==8.1
3434
tabulate==0.9.0

requirements/local.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
-r base.txt
22

33
pytest==8.3.5
4-
pytest-django==4.10.0
4+
pytest-django==4.11.1
55

66
factory-boy==3.3.3
7-
Faker==37.0.0
7+
Faker==37.1.0
88

99
ipdb==0.13.13
1010
ipython==9.0.2
1111

12-
django-debug-toolbar==5.0.1
12+
django-debug-toolbar==5.1.0
1313

1414
mypy==1.15.0
1515

1616
django-stubs==5.1.3
1717
djangorestframework-stubs==3.15.3
18-
boto3-stubs==1.37.13
18+
boto3-stubs==1.37.28
1919

20-
ruff==0.11.0
21-
pre-commit==4.1.0
20+
ruff==0.11.4
21+
pre-commit==4.2.0

0 commit comments

Comments
 (0)