Skip to content

Commit

Permalink
Audit Snyk check/fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-ghci-int[bot] committed Jul 8, 2024
1 parent 72fe8e6 commit d5e9614
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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 @@ poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.4.0
importlib-metadata<8.0.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2024.7.4 # 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 @@ -48,6 +48,7 @@ pygments = "2.18.0"
docutils = "0.21.2"
idna = "3.7"
urllib3 = "2.2.2"
certifi = "2024.7.4"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
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==1.4.0
pip==24.1.1
poetry-plugin-export==1.8.0
poetry-plugin-drop-python-upper-constraint==0.1.0
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit d5e9614

Please sign in to comment.