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 6b6ad9d commit 906e1d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions acceptance_tests/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
poetry==1.6.1
pip==23.2.1
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
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 @@ pytest==7.4.2
scikit-image==0.21.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
8 changes: 4 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ prometheus-client = { version = "0.17.1", optional = true}
pyramid_mako = { version = "1.1.0", optional = true}
pillow = { version = "10.0.1", optional = true }
scipy = { version = "1.10.1", optional = true }
urllib3 = "2.0.6"

[tool.poetry.extras]
standard = [
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ poetry-plugin-tweak-dependencies-version==1.5.1
poetry-plugin-export==1.5.0
pip==23.2.1
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 906e1d0

Please sign in to comment.