Skip to content

Commit 1d9511f

Browse files
author
Daniel Goshev
committed
Update third-party packages.
1 parent 433bc47 commit 1d9511f

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

requirements/base.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
Django==4.1.9
2-
django-environ==0.9.0
3-
psycopg2==2.9.5
1+
Django==4.2.10
2+
django-environ==0.11.2
3+
psycopg2==2.9.9
44
djangorestframework==3.14.0
55

6-
celery==5.2.7
7-
django-celery-results==2.4.0
8-
django-celery-beat==2.4.0
6+
celery==5.3.6
7+
django-celery-results==2.5.1
8+
django-celery-beat==2.5.0
99

1010
whitenoise==6.5.0
1111

12-
django-filter==23.2
13-
django-extensions==3.2.1
14-
django-cors-headers==4.1.0
15-
django-storages==1.13.1
12+
django-filter==23.5
13+
django-extensions==3.2.3
14+
django-cors-headers==4.3.1
15+
django-storages==1.14.2
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.26.0
20-
attrs==22.1.0
19+
boto3==1.34.44
20+
attrs==23.2.0
2121

22-
gunicorn==20.1.0
23-
sentry-sdk==1.14.0
22+
gunicorn==21.2.0
23+
sentry-sdk==1.40.5
2424

2525
requests==2.31.0
2626

@@ -30,4 +30,4 @@ google-auth-httplib2==0.1.0
3030
google-auth-oauthlib==1.0.0
3131

3232
pyotp==2.8.0
33-
qrcode==7.4.2
33+
qrcode==7.4.2

requirements/local.txt

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

3-
pytest==7.4.0
4-
pytest-django==4.5.2
3+
pytest==8.0.1
4+
pytest-django==4.8.0
55

6-
factory-boy==3.2.1
7-
Faker==18.6.0
6+
factory-boy==3.3.0
7+
Faker==23.2.1
88

99
ipdb==0.13.13
1010
ipython==8.10.0
1111

12-
django-debug-toolbar==3.8.1
12+
django-debug-toolbar==4.3.0
1313

14-
mypy==1.2.0
14+
mypy==1.8.0
1515

16-
django-stubs==1.14.0
17-
djangorestframework-stubs==1.8.0
18-
boto3-stubs==1.26.81
16+
django-stubs==4.2.7
17+
djangorestframework-stubs==3.14.5
18+
boto3-stubs==1.34.48
1919

2020
flake8==6.0.0
2121
isort==5.12.0
2222
black==23.3.0
23-
pre-commit==3.2.2
23+
pre-commit==3.6.2

0 commit comments

Comments
 (0)