Skip to content

Commit

Permalink
fix: docs/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
  • Loading branch information
snyk-bot committed Sep 15, 2023
1 parent 446ec13 commit 9ca774b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2022.12.7
certifi==2023.7.22
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
Expand All @@ -23,7 +23,7 @@ python-dateutil==2.8.2
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2023.3.23
requests==2.28.2
requests==2.31.0
six==1.16.0
termcolor==2.2.0
urllib3==1.26.15
Expand Down

0 comments on commit 9ca774b

Please sign in to comment.