Skip to content

Commit

Permalink
Merge pull request #1292 from camptocamp/snyk-fix/1.2
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Oct 4, 2023
2 parents e26beab + 379ad1d commit a5210a4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions example-project/ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ c2cciutils==1.2.14
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
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 example-project/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ poetry-core>=1.1.0a7 # not directly required, pinned by Snyk to avoid a vulnerab
setuptools==65.5.1
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
14 changes: 7 additions & 7 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 @@ -100,6 +100,7 @@ pyopenssl = "23.2.0"
pyyaml = "6.0.1"
wheel = "0.38.4"
pygments = "2.15.1"
urllib3 = "1.26.17"

[tool.poetry.dev-dependencies]
prospector = { version = "1.7.7", extras = [
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-dynamic-versioning[plugin]==0.20.0
poetry-plugin-tweak-dependencies-version==1.3.0
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # 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 a5210a4

Please sign in to comment.