Skip to content

Commit

Permalink
Audit Snyk check/fix 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-ghci-int[bot] committed Sep 4, 2024
1 parent 04825e9 commit 7719dd8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 38 deletions.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerabil
urllib3>=1.26.18 # 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
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=43.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
65 changes: 30 additions & 35 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 @@ -68,7 +68,7 @@ jsonschema-validator-new = "0.1.0"
azure-storage-blob = "12.18.3"
waitress = "2.1.2"
certifi = "2024.7.4"
cryptography = "42.0.8"
cryptography = "43.0.1"
msal = "1.24.1"
pillow = "10.3.0"
urllib3 = "1.26.20"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerabili
urllib3>=1.26.18 # 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
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=43.0.1 # 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 7719dd8

Please sign in to comment.