Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent a158f01 commit 49a1dd1
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repos:
- pipenv==2023.9.8 # pypi
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: |-
Expand Down Expand Up @@ -134,7 +134,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
rev: 1.10.2
rev: v1.10.3
hooks:
- id: prospector
args:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.11.5
python 3.11.6
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: 13.0.0 # helm - https://charts.bitnami.com/bitnami
helm/chart-releaser: v1.6.0 # github-releases
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 @@ -36,13 +36,13 @@ repos:
ci/config\\.yaml
)$
- repo: https://github.com/camptocamp/c2cciutils
rev: 1.6.10
rev: 1.6.11
hooks:
- id: workflows-require-timeout
- id: check-poetry
- id: lock-poetry
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:
args:
- --py38-plus
- repo: https://github.com/PyCQA/prospector
rev: 1.10.2
rev: v1.10.3
hooks:
- id: prospector
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.10
c2cciutils[checks,publish]==1.6.11
pre-commit==3.4.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 @@ -38,7 +38,7 @@ include = ["project/py.typed"]
python = ">=3.10,<3.11"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.2", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "0.3.0"

[build-system]
Expand Down
24 changes: 12 additions & 12 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 @@ -73,7 +73,7 @@ Markdown = "3.4.4"
google-api-python-client = { version = "2.101.0", optional = true }
google-auth-httplib2 = { version = "0.1.1", optional = true }
google-auth-oauthlib = { version = "1.1.0", optional = true }
"ruamel.yaml" = "0.17.33"
"ruamel.yaml" = "0.17.40"
defusedxml = "0.7.1"
twine = { version = "4.0.2", optional = true }
codespell = { version = "2.2.5", optional = true }
Expand All @@ -93,8 +93,8 @@ version = ["multi-repo-automation"]

[tool.poetry.group.dev.dependencies]
# pylint = "2.15.6"
prospector = { version = "1.10.2", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
types-requests = "2.31.0.7"
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
types-requests = "2.31.0.10"
types-pyyaml = "6.0.12.12"
types-setuptools = "68.2.0.0"
types-markdown = "3.4.2.10"
Expand Down

0 comments on commit 49a1dd1

Please sign in to comment.