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

Commit a2b7c98

Browse files
committed
Merge branch 'master' of github.com:crowdbotics/django-scaffold into PLAT-5519
2 parents 22009ab + 0061e24 commit a2b7c98

File tree

4 files changed

+315
-272
lines changed

4 files changed

+315
-272
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,26 @@ name = "pypi"
99
python_version = "3.8"
1010

1111
[packages]
12-
cryptography = "~=3.4.8"
12+
cryptography = "~=36.0.1"
1313
django = "~=2.2.24"
14-
"boto3" = "~=1.18.58"
15-
django-environ = "~=0.7.0"
14+
"boto3" = "~=1.20.24"
15+
django-environ = "~=0.8.1"
1616
django-storages = "~=1.12"
1717
psycopg2 = "<2.9"
1818
waitress = "~=2.0.0"
1919
whitenoise = "~=5.3.0"
20-
djangorestframework = "~=3.12.4"
21-
django-bootstrap4 = "~=3.0.1"
22-
django-allauth = "~=0.45.0"
20+
djangorestframework = "~=3.13.1"
21+
django-bootstrap4 = "~=21.1"
22+
django-allauth = "~=0.47.0"
2323
django-rest-auth = "~=0.9.5"
24-
django-extensions = "~=3.1.3"
24+
django-extensions = "~=3.1.5"
2525
packaging = "*"
2626
drf-yasg = "~=1.20.0"
27-
pyyaml = "~=5.4.1"
28-
pillow = "~=8.3.2"
27+
pyyaml = "~=6.0"
28+
pillow = "~=8.4.0"
2929
pytest = "==6.2.5"
30-
factory-boy = "==3.2.0"
30+
factory-boy = "==3.2.1"
3131
google-cloud-secret-manager = "==2.7.0"
3232
google-auth = "==1.34.0"
3333
google-cloud-storage = "==1.41.1"
34+

0 commit comments

Comments
 (0)