Skip to content

Commit

Permalink
Merge pull request #1625 from camptocamp/snyk-fix/1.10
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Oct 27, 2023
2 parents d5f1522 + d187f23 commit fbd786c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 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 @@ -63,7 +63,7 @@ pyproj = "3.5.0"
pyramid = "2.0.2"
requests = "2.31.0"
redis = { version = "4.5.5", optional = true }
cryptography = "41.0.4"
cryptography = "41.0.5"
certifi = "2023.7.22"
msal = "1.24.1"
urllib3 = "1.26.18"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ poetry==1.5.1
poetry-plugin-export==1.4.0
poetry-plugin-tweak-dependencies-version==1.4.0
poetry-dynamic-versioning==0.22.0
pip==23.1.2
pip==23.3
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 fbd786c

Please sign in to comment.