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] authored Aug 6, 2024
1 parent a59b842 commit adbe7d5
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 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.6.3 # github-releases
postgresql: 15.5.11 # helm - https://charts.bitnami.com/bitnami
postgresql: 15.5.20 # 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.1292.1"
"snyk": "1.1292.2"
}
}
2 changes: 1 addition & 1 deletion 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.21
rev: 1.6.22
hooks:
- id: workflows-require-timeout
- id: check-poetry
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.21
c2cciutils[checks,publish]==1.6.22
pre-commit==3.7.1
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.3.1
poetry-plugin-export==1.2.0
poetry-dynamic-versioning[plugin]==1.2.0
poetry-plugin-tweak-dependencies-version==1.2.1
pip==24.1.1
pip==24.1.2
46 changes: 23 additions & 23 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,7 +74,7 @@ requests = "2.32.3"
Markdown = "3.6"
google-api-python-client = { version = "2.135.0", optional = true }
google-auth-httplib2 = { version = "0.2.0", optional = true }
google-auth-oauthlib = { version = "1.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 }
Expand All @@ -96,8 +96,8 @@ 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.32.0.20240622"
types-pyyaml = "6.0.12.20240311"
types-requests = "2.32.0.20240712"
types-pyyaml = "6.0.12.20240724"
types-setuptools = "71.1.0.20240806"
types-markdown = "3.6.0.20240316"
types-toml = "0.10.8.20240310"
Expand Down

0 comments on commit adbe7d5

Please sign in to comment.