Skip to content

Commit

Permalink
fix: packages/opal-common/requires.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-REQUESTS-6928867
  • Loading branch information
snyk-bot authored and roekatz committed Aug 29, 2024
1 parent d90000f commit a8471ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opal-common/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ tenacity>=8.0.1,<9
datadog>=0.44.0, <1
ddtrace>=2.8.1,<3
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
httpx==0.27.0

0 comments on commit a8471ae

Please sign in to comment.