Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all patch versions (master) (patch) #1565

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.1
python 3.12.2
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.6.0 # github-releases
postgresql: 14.0.0 # helm - https://charts.bitnami.com/bitnami
postgresql: 14.0.5 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.6.1 # github-releases
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.15
rev: 1.6.16
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.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args:
Expand Down
4 changes: 2 additions & 2 deletions example-project/ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.15
pre-commit==3.6.0
c2cciutils[checks,publish]==1.6.16
pre-commit==3.6.2
20 changes: 10 additions & 10 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 @@ -74,14 +74,14 @@ Markdown = "3.5.2"
google-api-python-client = { version = "2.111.0", optional = true }
google-auth-httplib2 = { version = "0.2.0", optional = true }
google-auth-oauthlib = { version = "1.2.0", optional = true }
"ruamel.yaml" = "0.18.5"
"ruamel.yaml" = "0.18.6"
defusedxml = "0.7.1"
twine = { version = "4.0.2", optional = true }
codespell = { version = "2.2.6", optional = true }
toml = "0.10.2"
debian-inspector = "31.0.0"
PyYAML = "6.0.1"
tomlkit = { version = "0.12.3", optional = true }
tomlkit = { version = "0.12.4", optional = true }
multi-repo-automation = { version="1.0.0", optional = true }

[tool.poetry.extras]
Expand All @@ -95,7 +95,7 @@ version = ["multi-repo-automation"]
[tool.poetry.group.dev.dependencies]
# pylint = "2.15.6"
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
types-requests = "2.31.0.20240125"
types-requests = "2.31.0.20240218"
types-pyyaml = "6.0.12.12"
types-setuptools = "69.0.0.20240125"
types-markdown = "3.5.0.20240129"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ poetry==1.2.1
poetry-plugin-export==1.1.0
poetry-dynamic-versioning[plugin]==0.19.0
poetry-plugin-tweak-dependencies-version==1.0.0
pre-commit==3.6.0
pre-commit==3.6.2