Skip to content

Commit 2a1f839

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-12485156
1 parent 120e263 commit 2a1f839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ botocore>=1.35,<1.36
1212
celery>=5.2.6
1313
coverage>=4.5.4,<5.0 # Coverage 5.x moves from a json database to SQLite. Moving to 5.x will require substantial rewrites in ietf.utils.test_runner and ietf.release.views
1414
defusedxml>=0.7.1 # for TastyPie when using xml; not a declared dependency
15-
Django>4.2,<5
15+
Django>4.2.24
1616
django-analytical>=3.1.0
1717
django-bootstrap5>=21.3
1818
django-celery-beat>=2.3.0

0 commit comments

Comments
 (0)