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] committed Nov 2, 2023
1 parent cb7810b commit 566d55e
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
additional_dependencies:
- prettier@2.8.4
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
- poetry==1.2.1 # pypi
- id: pipenv-lock
additional_dependencies:
- pipenv==2023.9.8 # pypi
- pipenv==2023.10.24 # pypi
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down Expand Up @@ -116,7 +116,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args:
Expand All @@ -130,7 +130,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
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.6
python 3.12.0
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
postgresql: 13.2.0 # 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.1228.0"
"snyk": "1.1238.0"
}
}
6 changes: 3 additions & 3 deletions example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
Expand Down Expand Up @@ -75,7 +75,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -87,7 +87,7 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
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.11
pre-commit==3.4.0
pre-commit==3.5.0
32 changes: 16 additions & 16 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ python = ">=3.9,<4.0"
markdown-table = "2020.12.3"
python-magic = "0.4.27"
requests = "2.31.0"
Markdown = "3.4.4"
google-api-python-client = { version = "2.101.0", optional = true }
Markdown = "3.5.1"
google-api-python-client = { version = "2.106.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.40"
"ruamel.yaml" = "0.18.4"
defusedxml = "0.7.1"
twine = { version = "4.0.2", optional = true }
codespell = { version = "2.2.6", optional = true }
Expand All @@ -97,7 +97,7 @@ prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_p
types-requests = "2.31.0.10"
types-pyyaml = "6.0.12.12"
types-setuptools = "68.2.0.0"
types-markdown = "3.4.2.10"
types-markdown = "3.5.0.0"
types-toml = "0.10.8.7"
typing-extensions = "4.8.0"
prospector-profile-duplicated = "0.3.0"
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.4.0
pre-commit==3.5.0

0 comments on commit 566d55e

Please sign in to comment.