Skip to content

Commit 9bb1fce

Browse files
committed
fix: requirements/py313-django51.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-9964606
1 parent fbec700 commit 9bb1fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/py313-django51.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ pip==24.0 \
239239
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \
240240
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
241241
# via -r requirements.in
242-
setuptools==75.3.0 \
242+
setuptools==78.1.1 \
243243
--hash=sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd \
244244
--hash=sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686
245245
# via

0 commit comments

Comments
 (0)