From 1ee24def8e2411b9bb71d6108eaa7cec7449b170 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Sat, 29 Aug 2026 22:02:04 +0100 Subject: [PATCH] chore(deps): update dependency poetry to v2.4.2 (#1113) Co-authored-by: Renovate Bot --- .circleci/config.yml | 12 ++++++------ .pre-commit-config.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c13c5792..bd2474b90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: steps: - poetry/install: # renovate: datasource=pypi depName=poetry - version: 2.4.1 + version: 2.4.2 - checkout - run: ./bin/build-rest - store-rest @@ -87,7 +87,7 @@ jobs: steps: - poetry/install: # renovate: datasource=pypi depName=poetry - version: 2.4.1 + version: 2.4.2 - checkout - attach_workspace: at: /rest @@ -189,7 +189,7 @@ workflows: working_directory: <> install_flags: --no-ansi # renovate: datasource=pypi depName=poetry - version: 2.4.1 + version: 2.4.2 matrix: alias: test-unit-aio parameters: @@ -207,7 +207,7 @@ workflows: executor: python-integration install_flags: --no-ansi # renovate: datasource=pypi depName=poetry - version: 2.4.1 + version: 2.4.2 pre-steps: - run: echo "${GOOGLE_SERVICE_PUBLIC}" | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}" matrix: @@ -225,7 +225,7 @@ workflows: working_directory: <> install_flags: --no-ansi # renovate: datasource=pypi depName=poetry - version: 2.4.1 + version: 2.4.2 pre-steps: - attach_workspace: at: /rest @@ -248,7 +248,7 @@ workflows: executor: python-integration install_flags: --no-ansi # renovate: datasource=pypi depName=poetry - version: 2.4.1 + version: 2.4.2 pre-steps: - run: echo ${GOOGLE_SERVICE_PUBLIC} | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}" - attach_workspace: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69826b215..9b57c483a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -193,7 +193,7 @@ repos: entry: bash -c 'set -e; for toml in "$@"; do pushd ./${toml%pyproject.toml}; poetry check; popd; done' -- language: python additional_dependencies: - - poetry==2.4.1 + - poetry==2.4.2 pass_filenames: true files: 'pyproject\.toml$' - id: poetry-use-version-ranges