1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
This commit is contained in:
snyk-bot
2024-01-11 14:48:51 +00:00
parent d8bf52c9d2
commit 29b1d045cd

View File

@@ -24,7 +24,7 @@ idna==3.4
# via requests # via requests
itsdangerous==2.1.2 itsdangerous==2.1.2
# via flask # via flask
jinja2==3.1.2 jinja2==3.1.3
# via flask # via flask
lxml==4.9.3 lxml==4.9.3
# via feedgen # via feedgen