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

Commit 028cd1c

Browse files
authored
Package upgrade: cryptography and waitress #827
1 parent 5e097a6 commit 028cd1c

File tree

2 files changed

+154
-159
lines changed

2 files changed

+154
-159
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ name = "pypi"
99
python_version = "3.9"
1010

1111
[packages]
12-
cryptography = "~=42.0.4"
12+
cryptography = "~=43.0.1"
1313
django = "==4.2.16"
1414
"boto3" = "~=1.35.14"
1515
django-environ = "~=0.11.2"
1616
django-storages = "~=1.14"
1717
psycopg2 = "<=2.9.9"
18-
waitress = "~=2.1.2"
18+
waitress = "~=3.0.1"
1919
whitenoise = "~=6.7.0"
2020
djangorestframework = "~=3.15.1"
2121
django-bootstrap4 = "~=22.1"

0 commit comments

Comments
 (0)