diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 903340b2a..a4c8f9250 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: |- @@ -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: diff --git a/.tool-versions b/.tool-versions index aa17ac341..b4736d5dc 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -python 3.11.5 +python 3.11.6 diff --git a/c2cciutils/applications-versions.yaml b/c2cciutils/applications-versions.yaml index 721cd1418..d92b7ead3 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.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 diff --git a/example-project/.pre-commit-config.yaml b/example-project/.pre-commit-config.yaml index 9c5c7a00f..4f5c59555 100644 --- a/example-project/.pre-commit-config.yaml +++ b/example-project/.pre-commit-config.yaml @@ -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$ @@ -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: diff --git a/example-project/ci/requirements.txt b/example-project/ci/requirements.txt index eaf8ca56b..703c8f78a 100644 --- a/example-project/ci/requirements.txt +++ b/example-project/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.10 +c2cciutils[checks,publish]==1.6.11 pre-commit==3.4.0 diff --git a/example-project/poetry.lock b/example-project/poetry.lock index 1912b8075..c5a5bcf87 100644 --- a/example-project/poetry.lock +++ b/example-project/poetry.lock @@ -293,7 +293,7 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "prospector" -version = "1.10.2" +version = "1.10.3" description = "Prospector is a tool to analyse Python code by aggregating the result of other tools." category = "dev" optional = false @@ -662,7 +662,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = ">=3.10,<3.11" -content-hash = "8722e22d89cbb9b7abdb3fc699d85743aaadc77218289c50cdfdec2e91d00d87" +content-hash = "f0abcbcff736594a4c97f6a0491c4a6d025c95f57afd2eb4df5056d3ebe83717" [metadata.files] astroid = [ @@ -917,8 +917,8 @@ platformdirs = [ {file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"}, ] prospector = [ - {file = "prospector-1.10.2-py3-none-any.whl", hash = "sha256:3bfe103c28bb821cca84926ca31357fbfd32405e4bf8c34ca2e55885684557e4"}, - {file = "prospector-1.10.2.tar.gz", hash = "sha256:cc8f09e79bdd32247edddf05b666940e88ad96338a84f5717b1e8c0678337821"}, + {file = "prospector-1.10.3-py3-none-any.whl", hash = "sha256:8567df2218cdc97d29f297ee3e3b54b96b3a2dab835931955c3a7bbd95aff6f7"}, + {file = "prospector-1.10.3.tar.gz", hash = "sha256:f29ab19fd430869eb34490761af77406d2cfedd9b50292cf4d8db0288c9d764a"}, ] prospector-profile-duplicated = [ {file = "prospector_profile_duplicated-0.3.0-py2.py3-none-any.whl", hash = "sha256:5c9bc909c0bc024421bbd38e75015b56425769233aad31437c41835c8d3a34e7"}, diff --git a/example-project/pyproject.toml b/example-project/pyproject.toml index 0ce1e3790..dbec89cf7 100644 --- a/example-project/pyproject.toml +++ b/example-project/pyproject.toml @@ -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] diff --git a/poetry.lock b/poetry.lock index f7a64d662..6f79a5547 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,7 +672,7 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "prospector" -version = "1.10.2" +version = "1.10.3" description = "Prospector is a tool to analyse Python code by aggregating the result of other tools." category = "dev" optional = false @@ -1049,17 +1049,17 @@ pyasn1 = ">=0.1.3" [[package]] name = "ruamel.yaml" -version = "0.17.33" +version = "0.17.40" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" category = "main" optional = false python-versions = ">=3" [package.dependencies] -"ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.12\""} +"ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.13\""} [package.extras] -docs = ["ryd"] +docs = ["mercurial (>5.7)", "ryd"] jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] [[package]] @@ -1210,7 +1210,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.31.0.7" +version = "2.31.0.10" description = "Typing stubs for requests" category = "dev" optional = false @@ -1296,7 +1296,7 @@ version = ["multi-repo-automation"] [metadata] lock-version = "1.1" python-versions = ">=3.9,<4.0" -content-hash = "8be1d3f01b311c6a84fde6ef28c8f3903e23587c5191833f5fd4a4e244d93722" +content-hash = "ccf34a52c7d0da900345b07471fa12fe5514ee85f6a63e9365aafc97a04b1af7" [metadata.files] astroid = [ @@ -1747,8 +1747,8 @@ platformdirs = [ {file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"}, ] prospector = [ - {file = "prospector-1.10.2-py3-none-any.whl", hash = "sha256:3bfe103c28bb821cca84926ca31357fbfd32405e4bf8c34ca2e55885684557e4"}, - {file = "prospector-1.10.2.tar.gz", hash = "sha256:cc8f09e79bdd32247edddf05b666940e88ad96338a84f5717b1e8c0678337821"}, + {file = "prospector-1.10.3-py3-none-any.whl", hash = "sha256:8567df2218cdc97d29f297ee3e3b54b96b3a2dab835931955c3a7bbd95aff6f7"}, + {file = "prospector-1.10.3.tar.gz", hash = "sha256:f29ab19fd430869eb34490761af77406d2cfedd9b50292cf4d8db0288c9d764a"}, ] prospector-profile-duplicated = [ {file = "prospector_profile_duplicated-0.3.0-py2.py3-none-any.whl", hash = "sha256:5c9bc909c0bc024421bbd38e75015b56425769233aad31437c41835c8d3a34e7"}, @@ -1920,8 +1920,8 @@ rsa = [ {file = "rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"}, ] "ruamel.yaml" = [ - {file = "ruamel.yaml-0.17.33-py3-none-any.whl", hash = "sha256:2080c7a02b8a30fb3c06727cdf3e254a64055eedf3aa2d17c2b669639c04971b"}, - {file = "ruamel.yaml-0.17.33.tar.gz", hash = "sha256:5c56aa0bff2afceaa93bffbfc78b450b7dc1e01d5edb80b3a570695286ae62b1"}, + {file = "ruamel.yaml-0.17.40-py3-none-any.whl", hash = "sha256:b16b6c3816dff0a93dca12acf5e70afd089fa5acb80604afd1ffa8b465b7722c"}, + {file = "ruamel.yaml-0.17.40.tar.gz", hash = "sha256:6024b986f06765d482b5b07e086cc4b4cd05dd22ddcbc758fa23d54873cf313d"}, ] "ruamel.yaml.clib" = [ {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d5859983f26d8cd7bb5c287ef452e8aacc86501487634573d260968f753e1d71"}, @@ -2019,8 +2019,8 @@ types-PyYAML = [ {file = "types_PyYAML-6.0.12.12-py3-none-any.whl", hash = "sha256:c05bc6c158facb0676674b7f11fe3960db4f389718e19e62bd2b84d6205cfd24"}, ] types-requests = [ - {file = "types-requests-2.31.0.7.tar.gz", hash = "sha256:4d930dcabbc2452e3d70728e581ac4ac8c2d13f62509ad9114673f542af8cb4e"}, - {file = "types_requests-2.31.0.7-py3-none-any.whl", hash = "sha256:39844effefca88f4f824dcdc4127b813d3b86a56b2248d3d1afa58832040d979"}, + {file = "types-requests-2.31.0.10.tar.gz", hash = "sha256:dc5852a76f1eaf60eafa81a2e50aefa3d1f015c34cf0cba130930866b1b22a92"}, + {file = "types_requests-2.31.0.10-py3-none-any.whl", hash = "sha256:b32b9a86beffa876c0c3ac99a4cd3b8b51e973fb8e3bd4e0a6bb32c7efad80fc"}, ] types-setuptools = [ {file = "types-setuptools-68.2.0.0.tar.gz", hash = "sha256:a4216f1e2ef29d089877b3af3ab2acf489eb869ccaf905125c69d2dc3932fd85"}, diff --git a/pyproject.toml b/pyproject.toml index b5ae55799..60a0eb33a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 } @@ -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"