Skip to content

Commit

Permalink
Audit Snyk check/fix 5.2 (#2347)
Browse files Browse the repository at this point in the history
Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
  • Loading branch information
geo-ghci-int[bot] authored Jul 9, 2024
1 parent 5acd366 commit 23f9d49
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions acceptance_tests/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerabilit
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
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # 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 @@ -9,3 +9,4 @@ requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerabilit
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
16 changes: 8 additions & 8 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 @@ -97,6 +97,7 @@ scipy = { version = "1.10.1", optional = true }
pillow = { version = "10.3.0", optional = true }
urllib3 = "1.26.19"
idna = { version = "3.7", optional = true }
zipp = "3.19.1"

[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 @@ -8,3 +8,4 @@ certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerabil
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 23f9d49

Please sign in to comment.