Skip to content

Commit

Permalink
PI-405: Package Upgrade fixes #832
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesbon5600 authored Nov 7, 2024
1 parent 028cd1c commit 6f93ef3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ python_version = "3.9"
[packages]
cryptography = "~=43.0.1"
django = "==4.2.16"
"boto3" = "~=1.35.14"
"boto3" = "~=1.35.55"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
psycopg2 = "<=2.9.9"
waitress = "~=3.0.1"
waitress = "~=3.0.0"
whitenoise = "~=6.7.0"
djangorestframework = "~=3.15.1"
django-bootstrap4 = "~=22.1"
django-allauth = "~=0.63.6"
django-extensions = "~=3.2.3"
packaging = "*"
packaging = "==24.1"
pyyaml = "~=6.0"
pillow = "~=10.4.0"
pytest = "==8.3.1"
factory-boy = "==3.3.0"
google-cloud-secret-manager = "==2.20.2"
google-auth = "==2.31.0"
google-cloud-storage = "==2.18.2"
pipenv = "*"
django-import-export = "*"
pipenv = "==2024.3.0"
django-import-export = "==4.1.1"
drf-spectacular = "~=0.26.4"
dj-rest-auth = "==5.0.2"
azure-keyvault-secrets = "~=4.8.0"
Expand Down
60 changes: 32 additions & 28 deletions {{cookiecutter.project_slug}}/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f93ef3

Please sign in to comment.