Skip to content

Commit

Permalink
Update all patch versions (1.4) (patch) (#2064)
Browse files Browse the repository at this point in the history
* Update all patch versions

* Fix lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <[email protected]>
  • Loading branch information
renovate[bot] and sbrunner authored Jan 6, 2025
1 parent 9f7d460 commit cae2e50
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 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 @@ -84,7 +84,7 @@ c2cciutils-download-applications = "c2cciutils.scripts.download_applications:mai
c2cciutils-docker-versions-gen = "c2cciutils.scripts.docker_versions_gen:main"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.8,!=3.9.0,!=3.9.1,<4.0"
markdown-table = "2020.12.3"
python-magic = "0.4.27"
requests = "2.32.3"
Expand All @@ -99,7 +99,7 @@ jsonschema-gentypes = "1.4.1"
node-vm2 = "0.4.5"
defusedxml = "0.7.1"
black = { version = "24.3.0", optional = true }
click = "8.1.7"
click = "8.1.8"
isort = { version = "5.10.1", optional = true }
twine = { version = "4.0.2", optional = true }
codespell = { version = "2.2.6", optional = true }
Expand All @@ -125,7 +125,7 @@ pr_checks = ["codespell"]
[tool.poetry.dev-dependencies]
prospector = { version = "1.7.7", extras = ["with-bandit", "with-mypy", "with-pyroma"] }
types-requests = "2.28.11.17"
types-PyYAML = "6.0.12.20240917"
types-PyYAML = "6.0.12.20241230"
types-setuptools = "65.6.0.3"
types-markdown = "3.4.2.10"
types-toml = "0.10.8.20240310"
Expand Down

0 comments on commit cae2e50

Please sign in to comment.