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] authored Mar 1, 2024
1 parent 960dc47 commit 0dbdf82
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 37 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.0 # github-releases
postgresql: 14.0.5 # helm - https://charts.bitnami.com/bitnami
postgresql: 14.2.3 # 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.1266.0"
"snyk": "1.1281.0"
}
}
8 changes: 4 additions & 4 deletions example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/pre-commit-copyright
rev: 0.6.0
rev: 0.7.0
hooks:
- id: copyright
- repo: https://github.com/sbrunner/jsonschema-validator
Expand Down Expand Up @@ -64,7 +64,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.0
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -75,15 +75,15 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
Expand Down
58 changes: 36 additions & 22 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ markdown-table = "2020.12.3"
python-magic = "0.4.27"
requests = "2.31.0"
Markdown = "3.5.2"
google-api-python-client = { version = "2.111.0", optional = true }
google-api-python-client = { version = "2.120.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.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"
debian-inspector = "31.1.0"
PyYAML = "6.0.1"
tomlkit = { version = "0.12.4", optional = true }
multi-repo-automation = { version="1.0.0", optional = true }
multi-repo-automation = { version="1.1.0", optional = true }

[tool.poetry.extras]
audit = []
Expand All @@ -97,10 +97,10 @@ version = ["multi-repo-automation"]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
types-requests = "2.31.0.20240218"
types-pyyaml = "6.0.12.12"
types-setuptools = "69.0.0.20240125"
types-setuptools = "69.1.0.20240301"
types-markdown = "3.5.0.20240129"
types-toml = "0.10.8.7"
typing-extensions = "4.9.0"
typing-extensions = "4.10.0"
prospector-profile-duplicated = "0.5.1"

[build-system]
Expand Down

0 comments on commit 0dbdf82

Please sign in to comment.