Skip to content

Commit 35ef436

Browse files
authored
Merge pull request #497 from HackSoftware/dependencies
Update dependencies
2 parents a435ecb + 3170bb8 commit 35ef436

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

requirements/base.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Django==5.0.10
2-
django-environ==0.11.2
3-
psycopg2==2.9.9
1+
Django==5.1.5
2+
django-environ==0.12.0
3+
psycopg2==2.9.10
44
djangorestframework==3.15.2
55

66
celery==5.4.0
77
django-celery-results==2.5.1
8-
django-celery-beat==2.6.0
8+
django-celery-beat==2.7.0
99

10-
whitenoise==6.7.0
10+
whitenoise==6.8.2
1111

1212
django-filter==24.3
1313
django-extensions==3.2.3
@@ -16,16 +16,16 @@ django-storages==1.14.4
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.35.53
20-
attrs==24.2.0
19+
boto3==1.35.99
20+
attrs==24.3.0
2121

2222
gunicorn==23.0.0
23-
sentry-sdk==2.19.2
23+
sentry-sdk==2.20.0
2424

2525
requests==2.32.3
2626

27-
google-api-python-client==2.156.0
28-
google-auth==2.35.0
27+
google-api-python-client==2.159.0
28+
google-auth==2.37.0
2929
google-auth-httplib2==0.2.0
3030
google-auth-oauthlib==1.2.1
3131

requirements/local.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
-r base.txt
22

3-
pytest==8.3.2
3+
pytest==8.3.4
44
pytest-django==4.9.0
55

66
factory-boy==3.3.1
7-
Faker==33.1.0
7+
Faker==33.3.1
88

99
ipdb==0.13.13
10-
ipython==8.26.0
10+
ipython==8.31.0
1111

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

1414
mypy==1.14.1
1515

16-
django-stubs==5.1.1
16+
django-stubs==5.1.2
1717
djangorestframework-stubs==3.15.2
18-
boto3-stubs==1.35.90
18+
boto3-stubs==1.35.99
1919

20-
ruff==0.5.2
21-
pre-commit==3.8.0
20+
ruff==0.9.1
21+
pre-commit==4.0.1

0 commit comments

Comments
 (0)