Skip to content

Commit

Permalink
chore(Pipfile): update cryptography and waitress packages to latest v…
Browse files Browse the repository at this point in the history
…ersions for improved security and performance
  • Loading branch information
Hesbon5600 committed Nov 4, 2024
1 parent 5e097a6 commit cd1f364
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 159 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ name = "pypi"
python_version = "3.9"

[packages]
cryptography = "~=42.0.4"
cryptography = "~=43.0.1"
django = "==4.2.16"
"boto3" = "~=1.35.14"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
psycopg2 = "<=2.9.9"
waitress = "~=2.1.2"
waitress = "~=3.0.1"
whitenoise = "~=6.7.0"
djangorestframework = "~=3.15.1"
django-bootstrap4 = "~=22.1"
Expand Down
Loading

0 comments on commit cd1f364

Please sign in to comment.