Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- poetry/install:
# renovate: datasource=pypi depName=poetry
version: 2.2.1
version: 2.3.1
- checkout
- run: ./bin/build-rest
- store-rest
Expand All @@ -77,7 +77,7 @@ jobs:
steps:
- poetry/install:
# renovate: datasource=pypi depName=poetry
version: 2.2.1
version: 2.3.1
- checkout
- attach_workspace:
at: /rest
Expand Down Expand Up @@ -179,7 +179,7 @@ workflows:
working_directory: <<matrix.cwd>>
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
version: 2.3.1
matrix:
alias: test-unit-aio
parameters:
Expand All @@ -197,7 +197,7 @@ workflows:
executor: python-integration
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
version: 2.3.1
pre-steps:
- run: echo "${GOOGLE_SERVICE_PUBLIC}" | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
matrix:
Expand All @@ -215,7 +215,7 @@ workflows:
working_directory: <<matrix.cwd>>
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
version: 2.3.1
pre-steps:
- attach_workspace:
at: /rest
Expand All @@ -238,7 +238,7 @@ workflows:
executor: python-integration
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
version: 2.3.1
pre-steps:
- run: echo ${GOOGLE_SERVICE_PUBLIC} | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,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.2.1
- poetry==2.3.1
pass_filenames: true
files: 'pyproject\.toml$'
- id: poetry-use-version-ranges
Expand Down