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) #1898

Merged
merged 2 commits into from
Sep 2, 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
12 changes: 6 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
groupName: 'all minor versions',
automerge: true,
},
/** Group and auto merge the CI dependencies */
{
matchFileNames: ['.github/**', '.pre-commit-config.yaml', 'ci/**'],
groupName: 'CI dependencies',
automerge: true,
},
/** Group Poetry packages */
{
matchPackagePrefixes: ['poetry'],
Expand Down Expand Up @@ -105,12 +111,6 @@
enabled: false,
matchDepNames: ['node'],
},
/** Group and auto merge the CI dependencies */
{
matchFileNames: ['.github/**', '.pre-commit-config.yaml', 'ci/**'],
groupName: 'CI dependencies',
automerge: true,
},
/** On branch 1.2 and 1.3 don't upgrade types-pyyaml */
{
matchBaseBranches: ['1.2', '1.3'],
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.2 # pypi
- poetry==1.3.2 # pypi
- id: poetry-lock
additional_dependencies:
- poetry==1.8.2 # pypi
- poetry==1.3.2 # pypi
- id: pipenv-lock
additional_dependencies:
- pipenv==2024.0.1 # pypi
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.4
python 3.12.5
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.3 # github-releases
postgresql: 15.5.20 # helm - https://charts.bitnami.com/bitnami
postgresql: 15.5.27 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.6.1 # github-releases
2 changes: 1 addition & 1 deletion example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-workflows
- id: check-renovate
Expand Down
1,837 changes: 922 additions & 915 deletions poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ twine = { version = "5.1.1", optional = true }
codespell = { version = "2.3.0", optional = true }
toml = "0.10.2"
debian-inspector = "31.1.0"
PyYAML = "6.0.1"
tomlkit = { version = "0.13.0", optional = true }
PyYAML = "6.0.2"
tomlkit = { version = "0.13.2", optional = true }
multi-repo-automation = { version="1.3.0", optional = true }

[tool.poetry.extras]
Expand All @@ -95,10 +95,10 @@ 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"] }
prospector = { version = "1.10.3", extras = ["with-bandit", "with-mypy", "with-pyroma"] }
types-requests = "2.32.0.20240712"
types-pyyaml = "6.0.12.20240724"
types-setuptools = "71.1.0.20240806"
types-pyyaml = "6.0.12.20240808"
types-setuptools = "71.1.0.20240818"
types-markdown = "3.7.0.20240822"
types-toml = "0.10.8.20240310"
typing-extensions = "4.12.2"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==1.2.1
poetry-plugin-export==1.1.2
poetry==1.3.2
poetry-plugin-export==1.2.0
poetry-dynamic-versioning[plugin]==1.2.0
poetry-plugin-tweak-dependencies-version==1.0.0
poetry-plugin-tweak-dependencies-version==1.2.0
pre-commit==3.8.0
Loading