diff --git a/c2cciutils/applications-versions.yaml b/c2cciutils/applications-versions.yaml index 01f867efa..95e7b47af 100644 --- a/c2cciutils/applications-versions.yaml +++ b/c2cciutils/applications-versions.yaml @@ -1,4 +1,4 @@ # https://docs.renovatebot.com/modules/datasource/#github-releases-datasource k3d-io/k3d: v5.7.4 # github-releases -postgresql: 16.0.0 # helm - https://charts.bitnami.com/bitnami +postgresql: 16.1.0 # helm - https://charts.bitnami.com/bitnami helm/chart-releaser: v1.6.1 # github-releases diff --git a/c2cciutils/package-lock.json b/c2cciutils/package-lock.json index cb41f2a99..2553985c8 100644 --- a/c2cciutils/package-lock.json +++ b/c2cciutils/package-lock.json @@ -8,7 +8,7 @@ "name": "c2ccicheck", "version": "1.0.0", "dependencies": { - "snyk": "1.1293.1" + "snyk": "1.1294.0" } }, "node_modules/@sentry-internal/tracing": { @@ -398,9 +398,9 @@ } }, "node_modules/snyk": { - "version": "1.1293.1", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1293.1.tgz", - "integrity": "sha512-CnbNrsEUMGfajfJ5/03BIgx1ixWKr9Kk+9xDw6sZqKy4K5K01DkyUp/V+WjbCfjr0li9+aE7u70s276KEOuiNA==", + "version": "1.1294.0", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1294.0.tgz", + "integrity": "sha512-4RBj3Lfccz5+6L2Kw9bt7icF+ex3antwt9PkSl2oEulI7mgqvc8VUFLnezg8c6PY60IPM9DrSSmNjXBac10I3Q==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/c2cciutils/package.json b/c2cciutils/package.json index 22325af35..001faa272 100644 --- a/c2cciutils/package.json +++ b/c2cciutils/package.json @@ -4,6 +4,6 @@ "description": "", "author": "", "dependencies": { - "snyk": "1.1293.1" + "snyk": "1.1294.0" } } diff --git a/example-project/.pre-commit-config.yaml b/example-project/.pre-commit-config.yaml index 2076b1c56..1089ff324 100644 --- a/example-project/.pre-commit-config.yaml +++ b/example-project/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: ci/config\\.yaml )$ - repo: https://github.com/camptocamp/c2cciutils - rev: 1.6.23 + rev: 1.7.0 hooks: - id: workflows-require-timeout - id: check-poetry @@ -87,7 +87,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: diff --git a/example-project/ci/requirements.txt b/example-project/ci/requirements.txt index 4bdf52bc6..0e942c9ab 100644 --- a/example-project/ci/requirements.txt +++ b/example-project/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.23 +c2cciutils[checks,publish]==1.7.0 pre-commit==3.8.0 diff --git a/example-project/poetry.lock b/example-project/poetry.lock index b2aefbe71..ff2530e0b 100644 --- a/example-project/poetry.lock +++ b/example-project/poetry.lock @@ -556,13 +556,13 @@ files = [ [[package]] name = "prospector-profile-utils" -version = "1.8.0" +version = "1.9.1" description = "Some utility Prospector profiles." optional = false python-versions = "*" files = [ - {file = "prospector_profile_utils-1.8.0-py2.py3-none-any.whl", hash = "sha256:dfc3009033d952dc2beb45da6c59e18e6f6b97cc91e6226ebd0d016156952d08"}, - {file = "prospector_profile_utils-1.8.0.tar.gz", hash = "sha256:d496253930542ebb820b335ca20b20975884889d02f8b168f7401669f2669a3a"}, + {file = "prospector_profile_utils-1.9.1-py2.py3-none-any.whl", hash = "sha256:b458d8c4d59bdb1547e4630a2c6de4971946c4f0999443db6a9eef6d216b26b8"}, + {file = "prospector_profile_utils-1.9.1.tar.gz", hash = "sha256:008efa6797a85233fd8093dcb9d86f5fa5d89673e431c15cb1496a91c9b2c601"}, ] [[package]] @@ -1036,4 +1036,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "b29447ffdbe2f7c6aa27148aa3e547aee63fa04d519594a2915f099517bf8196" +content-hash = "2628af70bd09712de8f0c0832b4e25e4bb354b3dd7cc99d78de2ce09b7a8f501" diff --git a/example-project/pyproject.toml b/example-project/pyproject.toml index 1a9ff6a15..6eaee3ec3 100644 --- a/example-project/pyproject.toml +++ b/example-project/pyproject.toml @@ -40,7 +40,7 @@ python = ">=3.10,<3.13" [tool.poetry.group.dev.dependencies] prospector = { version = "1.12.0", extras = ["with_bandit", "with_mypy", "with_pyroma"] } prospector-profile-duplicated = "1.6.0" -prospector-profile-utils = "1.8.0" +prospector-profile-utils = "1.9.1" [build-system] requires = [ diff --git a/example-project/requirements.txt b/example-project/requirements.txt index f8bdebe4a..3b2cb27ae 100644 --- a/example-project/requirements.txt +++ b/example-project/requirements.txt @@ -2,4 +2,4 @@ poetry==1.8.4 poetry-plugin-export==1.8.0 poetry-dynamic-versioning[plugin]==1.4.1 poetry-plugin-tweak-dependencies-version==1.5.2 -pip==24.2 +pip==24.3.1 diff --git a/poetry.lock b/poetry.lock index 7eb1ebc35..011b911b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -547,13 +547,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.148.0" +version = "2.151.0" description = "Google API Client Library for Python" optional = true python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.148.0-py2.py3-none-any.whl", hash = "sha256:cae8cbd0a9637d42d2e213c598e72427f8b879d6cf5a3dc448498aefad86e4b5"}, - {file = "google_api_python_client-2.148.0.tar.gz", hash = "sha256:c362581853582a0fec0b8a9f03a4067b4bbbb12720e5492095d166f67bb40320"}, + {file = "google_api_python_client-2.151.0-py2.py3-none-any.whl", hash = "sha256:4427b2f47cd88b0355d540c2c52215f68c337f3bc9d6aae1ceeae4525977504c"}, + {file = "google_api_python_client-2.151.0.tar.gz", hash = "sha256:a9d26d630810ed4631aea21d1de3e42072f98240aaf184a8a1a874a371115034"}, ] [package.dependencies] @@ -2145,4 +2145,4 @@ version = ["multi-repo-automation"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "f3d500fde213d74e71e47038aaaa1b066b321f264df0987b99381c6cd65c06a8" +content-hash = "e11ea1a8dc38c8aba22463451eb806a161fa05b2caa5d7449c8aa604c45ff818" diff --git a/pyproject.toml b/pyproject.toml index e92363d04..004e790f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ c2cciutils-docker-versions-gen = "c2cciutils.scripts.docker_versions_gen:main" [tool.poetry.dependencies] python = ">=3.9,<4.0" requests = "2.32.3" -google-api-python-client = { version = "2.148.0", optional = true } +google-api-python-client = { version = "2.151.0", optional = true } google-auth-httplib2 = { version = "0.2.0", optional = true } google-auth-oauthlib = { version = "1.2.1", optional = true } "ruamel.yaml" = "0.18.6"