Skip to content

Commit

Permalink
Merge pull request #980 from camptocamp/snyk-fix/3.4
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Oct 4, 2023
2 parents 81364cc + 77ff20b commit 3232578
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 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 @@ -14,3 +14,4 @@ requests = "2.31.0"
boltons = "23.0.0"
netifaces = "0.11.0"
lxml = "4.9.3"
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.6.1
pip==23.2.1
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
8 changes: 4 additions & 4 deletions app/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 app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PyYAML = "6.0.1"
inotify = "0.2.10"
c2cwsgiutils = { version = "6.0.4", extras = ["broadcast", "standard", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
urllib3 = "2.0.6"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.2" }
Expand Down
1 change: 1 addition & 0 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
poetry==1.6.1
pip==23.2.1
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 2 additions & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
c2cciutils[checks,publish]==1.6.10
pre-commit==3.4.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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
c2cwsgiutils[broadcast,standard]==6.0.4
yamllint==1.32.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 3232578

Please sign in to comment.