fix: requirements/typing.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6261585
This commit is contained in:
parent
b90a4f1f4a
commit
d0bec801e0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ asgiref==3.7.2
|
||||||
# via -r typing.in
|
# via -r typing.in
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
# via cryptography
|
# via cryptography
|
||||||
cryptography==42.0.2
|
cryptography==42.0.4
|
||||||
# via -r typing.in
|
# via -r typing.in
|
||||||
mypy==1.8.0
|
mypy==1.8.0
|
||||||
# via -r typing.in
|
# via -r typing.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue