Skip to content

Commit 33e86b3

Browse files
upgrade django to 4.2.17 (#11173)
## Purpose Because Django 4.2.15 version has a vulnerability, it was upgraded to 4.2.17 ## Changes Updated pyproject.toml and lock file ## Ticket https://openscience.atlassian.net/browse/ENG-8176
1 parent ee1aeb4 commit 33e86b3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requests-oauthlib = "1.3.1"
5656
sentry-sdk = {version= "2.2.0", extras = ["django", "flask", "celery"]}
5757
django-redis = "5.4.0"
5858
# API requirements
59-
Django = "4.2.15"
59+
Django = "4.2.17"
6060
djangorestframework = "3.15.1"
6161
django-cors-headers = "4.3.1"
6262
djangorestframework-bulk = "0.2.1"

0 commit comments

Comments
 (0)