Skip to content

Commit ce01cba

Browse files
committed
ensure modules versions are not known-bad
1 parent 69b66a0 commit ce01cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Pipfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ flake8 = "*"
1010
isort = "*"
1111

1212
[packages]
13-
Django = ">=3.2.19,<3.3"
13+
Django = ">=3.2.20,<3.3"
14+
certifi = ">=2023.7.22" # Ensure dependency is secure
1415
django-countries = "*"
1516
django-heroku = "*"
1617
django-libsass = "*"
@@ -21,6 +22,7 @@ django-widget-tweaks = "*"
2122
django_compressor = "*"
2223
gunicorn = "*"
2324
psycopg2 = "*"
25+
urllib3 = ">=2.0.6" # Ensure dependency is secure
2426
whitenoise = "*"
2527

2628
[requires]

0 commit comments

Comments
 (0)