Skip to content

Commit

Permalink
Merge pull request #2022 from camptocamp/snyk-fix/6.0
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Oct 27, 2023
2 parents babafd8 + 90ca005 commit 5c601ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance_tests/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.6.1
pip==23.2.1
pip==23.3
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ poetry==1.6.1
poetry-dynamic-versioning[plugin]==1.0.1
poetry-plugin-tweak-dependencies-version==1.5.1
poetry-plugin-export==1.5.0
pip==23.2.1
pip==23.3
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 5c601ca

Please sign in to comment.