2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 16:29:57 +00:00

fix(backend): fix various vulns (#10967)

* fix urllib

* fix fonttools

* fix django
This commit is contained in:
Matthias Mair
2025-12-06 14:13:57 +01:00
committed by GitHub
parent d7caddb135
commit be9ec848c3
3 changed files with 60 additions and 68 deletions

View File

@@ -658,9 +658,9 @@ typing-extensions==4.15.0 \
# django-stubs
# django-stubs-ext
# django-test-migrations
urllib3==2.5.0 \
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
urllib3==2.6.0 \
--hash=sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f \
--hash=sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1
# via
# -c src/backend/requirements.txt
# requests