Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 2c392ee

Browse files
committed
Merge branch 'master' of github.com:crowdbotics/django-scaffold into PLAT-5595
2 parents 18efd69 + 58fd09d commit 2c392ee

File tree

2 files changed

+265
-281
lines changed

2 files changed

+265
-281
lines changed

{{cookiecutter.project_slug}}/backend/Pipfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ python_version = "3.8"
1010

1111
[packages]
1212
cryptography = "~=36.0.1"
13-
django = "~=2.2.24"
14-
"boto3" = "~=1.20.24"
13+
django = "~=2.2.26"
14+
"boto3" = "~=1.21.3"
1515
django-environ = "~=0.8.1"
1616
django-storages = "~=1.12"
1717
psycopg2 = "<2.9"
1818
waitress = "~=2.0.0"
19-
whitenoise = "~=5.3.0"
19+
whitenoise = "~=6.0.0"
2020
djangorestframework = "~=3.13.1"
2121
django-bootstrap4 = "~=21.2"
2222
django-allauth = "~=0.47.0"
@@ -25,10 +25,10 @@ django-extensions = "~=3.1.5"
2525
packaging = "*"
2626
drf-yasg = "~=1.20.0"
2727
pyyaml = "~=6.0"
28-
pillow = "~=8.4.0"
29-
pytest = "==6.2.5"
28+
pillow = "~=9.0.1"
29+
pytest = "==7.0.0"
3030
factory-boy = "==3.2.1"
31-
google-cloud-secret-manager = "==2.7.0"
31+
google-cloud-secret-manager = "==2.8.0"
3232
google-auth = "==1.34.0"
33-
google-cloud-storage = "==1.43.0"
33+
google-cloud-storage = "==2.1.0"
3434

0 commit comments

Comments
 (0)