Skip to content

Commit ea903b4

Browse files
authored
Merge pull request #373 from HackSoftware/dependencies
Bump dependencies
2 parents 08cbb2e + 80de6bf commit ea903b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ celery==5.2.7
77
django-celery-results==2.4.0
88
django-celery-beat==2.4.0
99

10-
whitenoise==6.3.0
10+
whitenoise==6.5.0
1111

1212
django-filter==23.2
1313
django-extensions==3.2.1
14-
django-cors-headers==3.13.0
14+
django-cors-headers==4.1.0
1515
django-storages==1.13.1
1616

1717
drf-jwt==1.19.2
@@ -25,6 +25,6 @@ sentry-sdk==1.14.0
2525
requests==2.31.0
2626

2727
google-api-python-client==2.86.0
28-
google-auth==2.18.0
28+
google-auth==2.21.0
2929
google-auth-httplib2==0.1.0
3030
google-auth-oauthlib==1.0.0

requirements/local.txt

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

3-
pytest==7.2.1
3+
pytest==7.4.0
44
pytest-django==4.5.2
55

66
factory-boy==3.2.1
77
Faker==18.6.0
88

9-
ipdb==0.13.11
9+
ipdb==0.13.13
1010
ipython==8.10.0
1111

1212
django-debug-toolbar==3.8.1

0 commit comments

Comments
 (0)