Skip to content

Commit 6f93ef3

Browse files
authored
PI-405: Package Upgrade fixes #832
1 parent 028cd1c commit 6f93ef3

File tree

2 files changed

+37
-33
lines changed

2 files changed

+37
-33
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ python_version = "3.9"
1111
[packages]
1212
cryptography = "~=43.0.1"
1313
django = "==4.2.16"
14-
"boto3" = "~=1.35.14"
14+
"boto3" = "~=1.35.55"
1515
django-environ = "~=0.11.2"
1616
django-storages = "~=1.14"
1717
psycopg2 = "<=2.9.9"
18-
waitress = "~=3.0.1"
18+
waitress = "~=3.0.0"
1919
whitenoise = "~=6.7.0"
2020
djangorestframework = "~=3.15.1"
2121
django-bootstrap4 = "~=22.1"
2222
django-allauth = "~=0.63.6"
2323
django-extensions = "~=3.2.3"
24-
packaging = "*"
24+
packaging = "==24.1"
2525
pyyaml = "~=6.0"
2626
pillow = "~=10.4.0"
2727
pytest = "==8.3.1"
2828
factory-boy = "==3.3.0"
2929
google-cloud-secret-manager = "==2.20.2"
3030
google-auth = "==2.31.0"
3131
google-cloud-storage = "==2.18.2"
32-
pipenv = "*"
33-
django-import-export = "*"
32+
pipenv = "==2024.3.0"
33+
django-import-export = "==4.1.1"
3434
drf-spectacular = "~=0.26.4"
3535
dj-rest-auth = "==5.0.2"
3636
azure-keyvault-secrets = "~=4.8.0"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 32 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)