Skip to content

Commit

Permalink
Snyk auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c2c-bot-gis-ci committed Jan 31, 2024
1 parent d6d81bf commit d29a8a0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ poetry-plugin-drop-python-upper-constraint==0.1.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
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=42.0.2 # not directly required, pinned by Snyk to avoid a vulnerability
67 changes: 38 additions & 29 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 @@ -60,7 +60,7 @@ pyproj = "3.6.1"
pyramid = { version = "2.0.2", optional = true }
requests = "2.31.0"
redis = { version = "5.0.1", optional = true }
cryptography = "41.0.7"
cryptography = "42.0.2"

[tool.poetry.extras]
azure = ["azure-storage-blob", "azure-identity"]
Expand Down

0 comments on commit d29a8a0

Please sign in to comment.