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] committed Nov 1, 2024
1 parent fb9d80f commit 4232765
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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.4 # github-releases
postgresql: 16.0.0 # helm - https://charts.bitnami.com/bitnami
postgresql: 16.1.0 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.6.1 # github-releases
8 changes: 4 additions & 4 deletions c2cciutils/package-lock.json

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

2 changes: 1 addition & 1 deletion c2cciutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "",
"author": "",
"dependencies": {
"snyk": "1.1293.1"
"snyk": "1.1294.0"
}
}
4 changes: 2 additions & 2 deletions example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
ci/config\\.yaml
)$
- repo: https://github.com/camptocamp/c2cciutils
rev: 1.6.23
rev: 1.7.0
hooks:
- id: workflows-require-timeout
- id: check-poetry
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args:
Expand Down
2 changes: 1 addition & 1 deletion example-project/ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.23
c2cciutils[checks,publish]==1.7.0
pre-commit==3.8.0
8 changes: 4 additions & 4 deletions example-project/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 example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python = ">=3.10,<3.13"
[tool.poetry.group.dev.dependencies]
prospector = { version = "1.12.0", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.8.0"
prospector-profile-utils = "1.9.1"

[build-system]
requires = [
Expand Down
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.8.4
poetry-plugin-export==1.8.0
poetry-dynamic-versioning[plugin]==1.4.1
poetry-plugin-tweak-dependencies-version==1.5.2
pip==24.2
pip==24.3.1
8 changes: 4 additions & 4 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 @@ -65,7 +65,7 @@ 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.148.0", optional = true }
google-api-python-client = { version = "2.151.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"
Expand Down

0 comments on commit 4232765

Please sign in to comment.