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 Dec 1, 2024
1 parent 3b34984 commit 0ae2bc8
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 53 deletions.
2 changes: 1 addition & 1 deletion 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.1.2 # helm - https://charts.bitnami.com/bitnami
postgresql: 16.2.3 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.6.1 # github-releases
6 changes: 3 additions & 3 deletions example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: copyright
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: |
Expand Down Expand Up @@ -64,7 +64,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-renovate
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:
args:
- --py38-plus
- repo: https://github.com/PyCQA/prospector
rev: v1.12.1
rev: v1.13.3
hooks:
- id: prospector
args:
Expand Down
31 changes: 17 additions & 14 deletions example-project/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 example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ include = ["project/py.typed"]
python = ">=3.10,<3.13"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.12.1", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "1.8.0"
prospector-profile-utils = "1.12.2"

[build-system]
requires = [
Expand Down
54 changes: 27 additions & 27 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ 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.151.0", optional = true }
google-api-python-client = { version = "2.154.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 = "5.1.1", optional = true }
debian-inspector = "31.1.0"
PyYAML = "6.0.2"
multi-repo-automation = { version="1.3.0", optional = true }
multi-repo-automation = { version="1.4.2", optional = true }
security-md = "0.2.3"
id = { version="1.4.0", optional = true }

Expand All @@ -86,9 +86,9 @@ pr_checks = []
version = ["multi-repo-automation"]

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

0 comments on commit 0ae2bc8

Please sign in to comment.