Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent ef98893 commit c1d8584
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions c2cciutils/applications-versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://docs.renovatebot.com/modules/datasource/#github-releases-datasource
k3d-io/k3d: v5.7.5 # github-releases
postgresql: 16.2.3 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.6.1 # github-releases
postgresql: 16.3.4 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.7.0 # github-releases
14 changes: 7 additions & 7 deletions example-project/poetry.lock

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

4 changes: 2 additions & 2 deletions example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ python = ">=3.10,<3.13"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-duplicated = "1.8.0"
prospector-profile-utils = "1.13.0"
prospector-profile-duplicated = "1.10.0"
prospector-profile-utils = "1.14.1"

[build-system]
requires = [
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ c2cciutils-docker-versions-gen = "c2cciutils.scripts.docker_versions_gen:main"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
requests = "2.32.3"
google-api-python-client = { version = "2.154.0", optional = true }
google-api-python-client = { version = "2.156.0", optional = true }
google-auth-httplib2 = { version = "0.2.0", optional = true }
google-auth-oauthlib = { version = "1.2.1", optional = true }
"ruamel.yaml" = "0.18.6"
defusedxml = "0.7.1"
twine = { version = "6.0.1", optional = true }
debian-inspector = "31.1.0"
PyYAML = "6.0.2"
multi-repo-automation = { version="1.4.2", optional = true }
multi-repo-automation = { version="1.5.0", optional = true }
security-md = "0.2.3"
id = { version="1.4.0", optional = true }
id = { version="1.5.0", optional = true }

[tool.poetry.extras]
audit = []
Expand All @@ -87,8 +87,8 @@ version = ["multi-repo-automation"]

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.13.3", extras = ["with-bandit", "with-mypy", "with-pyroma", "with-ruff"] }
prospector-profile-duplicated = "1.8.0"
prospector-profile-utils = "1.13.0"
prospector-profile-duplicated = "1.10.0"
prospector-profile-utils = "1.14.1"
types-requests = "2.32.0.20241016"
types-pyyaml = "6.0.12.20240917"
types-markdown = "3.7.0.20240822"
Expand Down

0 comments on commit c1d8584

Please sign in to comment.