Skip to content

Commit

Permalink
Merge pull request #10788 from camptocamp/snyk-fix/2.8
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Oct 27, 2023
2 parents 6bbf991 + 768c5d5 commit cda0f2f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.3.2
pip==23.0
pip==23.3
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
2 changes: 1 addition & 1 deletion docker/config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==1.3.2
poetry-core>=1.1.0a7 # not directly required, pinned by Snyk to avoid a vulnerability
pip==23.0
pip==23.3
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
2 changes: 1 addition & 1 deletion docker/qgisserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.3.2
pip==23.0
pip==23.3
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
50 changes: 25 additions & 25 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ prospector = { extras = ["with_mypy", "with_bandit"], version = "1.8.4" }
# pylint = "2.15.5"
setuptools = "67.1.0"
pygments = "2.15.1"
cryptography = "41.0.4"
cryptography = "41.0.5"
gitpython = "3.1.37"
pillow = "10.0.1"
urllib3 = "1.26.18"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.3.2
pip==23.0
pip==23.3
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

0 comments on commit cda0f2f

Please sign in to comment.