Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent bad9a40 commit c007235
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion example-project/ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils==1.2.30
c2cciutils==1.2.31
setuptools>=70.0.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
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
124 changes: 63 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ codespell = "2.1.0"
toml = "0.10.2"
dparse = "0.5.2"
oauthlib = "3.2.2"
pyyaml = "6.0.1"
pyyaml = "6.0.2"
protobuf = { version = "3.20.3", optional = true }
cryptography = { version = "42.0.8", optional = true }
certifi = { version = "2024.7.4", optional = true }
pyopenssl = { version = "24.0.0", optional = true }
wheel = { version = "0.38.4", optional = true }
pygments = { version = "2.15.1", optional = true }
urllib3 = { version = "1.26.19", optional = true }
urllib3 = { version = "1.26.20", optional = true }
idna = { version = "3.7", optional = true }
zipp = { version = "3.19.1", optional = true }
zipp = { version = "3.19.3", optional = true }

[tool.poetry.dev-dependencies]
prospector = { version = "1.9.0", extras = [
Expand Down

0 comments on commit c007235

Please sign in to comment.