mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fix: docs/requirements.txt to reduce vulnerabilities (#58)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606966 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606969
This commit is contained in:
@@ -16,7 +16,7 @@ django-node-assets==0.9.9
|
|||||||
django-recaptcha2==1.4.1
|
django-recaptcha2==1.4.1
|
||||||
django-silk==4.1.0; python_version >= "3.5"
|
django-silk==4.1.0; python_version >= "3.5"
|
||||||
django-sri==0.3.0; python_version >= "3.6"
|
django-sri==0.3.0; python_version >= "3.6"
|
||||||
django==3.2.12; python_version >= "3.6"
|
django==3.2.13; python_version >= "3.6"
|
||||||
gprof2dot==2021.2.21; python_version >= "3.5"
|
gprof2dot==2021.2.21; python_version >= "3.5"
|
||||||
gunicorn==20.1.0; python_version >= "3.5"
|
gunicorn==20.1.0; python_version >= "3.5"
|
||||||
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
|
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user