Skip to content

Commit

Permalink
Merge pull request #1320 from camptocamp/snyk-fix/1.5
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Oct 27, 2023
2 parents 2d573d8 + 3919493 commit a792a9d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion example-project/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ poetry==1.3.1
poetry-plugin-export==1.2.0
poetry-dynamic-versioning[plugin]==0.21.1
poetry-plugin-tweak-dependencies-version==1.2.1
pip==22.3.1
pip==23.3
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 @@ -109,7 +109,7 @@ PyYAML = "6.0.1"
pyOpenSSL = "23.2.0"
tomlkit = { version = "0.11.8", optional = true }
certifi = "2023.7.22"
cryptography = "41.0.4"
cryptography = "41.0.5"
markdown-it-py = "2.2.0"
Pygments = "2.15.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,4 +2,4 @@ poetry==1.2.1
poetry-plugin-export==1.1.0
poetry-dynamic-versioning[plugin]==0.19.0
poetry-plugin-tweak-dependencies-version==1.0.0
pip==22.3.1
pip==23.3

0 comments on commit a792a9d

Please sign in to comment.