Skip to content

Commit

Permalink
Snyk auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c2c-bot-gis-ci committed Oct 4, 2023
1 parent 922418d commit 9b5804d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acceptance_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ requests = "2.31.0"
lxml = "4.9.3"
certifi = "2023.7.22"
OWSLib = "0.29.2"
urllib3 = "2.0.6"
1 change: 1 addition & 0 deletions acceptance_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
poetry==1.5.1
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerabil
cryptography>=39.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # 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 9b5804d

Please sign in to comment.