Skip to content

Commit e65bedd

Browse files
talkiq-opsRenovate Bot
andauthored
chore(deps): update dependency poetry to v2.3.4 (talkiq#1029)
Co-authored-by: Renovate Bot <renovate@talkiq-ops>
1 parent 8475c99 commit e65bedd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- poetry/install:
7070
# renovate: datasource=pypi depName=poetry
71-
version: 2.3.3
71+
version: 2.3.4
7272
- checkout
7373
- run: ./bin/build-rest
7474
- store-rest
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- poetry/install:
8989
# renovate: datasource=pypi depName=poetry
90-
version: 2.3.3
90+
version: 2.3.4
9191
- checkout
9292
- attach_workspace:
9393
at: /rest
@@ -189,7 +189,7 @@ workflows:
189189
working_directory: <<matrix.cwd>>
190190
install_flags: --no-ansi
191191
# renovate: datasource=pypi depName=poetry
192-
version: 2.3.3
192+
version: 2.3.4
193193
matrix:
194194
alias: test-unit-aio
195195
parameters:
@@ -207,7 +207,7 @@ workflows:
207207
executor: python-integration
208208
install_flags: --no-ansi
209209
# renovate: datasource=pypi depName=poetry
210-
version: 2.3.3
210+
version: 2.3.4
211211
pre-steps:
212212
- run: echo "${GOOGLE_SERVICE_PUBLIC}" | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
213213
matrix:
@@ -225,7 +225,7 @@ workflows:
225225
working_directory: <<matrix.cwd>>
226226
install_flags: --no-ansi
227227
# renovate: datasource=pypi depName=poetry
228-
version: 2.3.3
228+
version: 2.3.4
229229
pre-steps:
230230
- attach_workspace:
231231
at: /rest
@@ -248,7 +248,7 @@ workflows:
248248
executor: python-integration
249249
install_flags: --no-ansi
250250
# renovate: datasource=pypi depName=poetry
251-
version: 2.3.3
251+
version: 2.3.4
252252
pre-steps:
253253
- run: echo ${GOOGLE_SERVICE_PUBLIC} | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
254254
- attach_workspace:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ repos:
193193
entry: bash -c 'set -e; for toml in "$@"; do pushd ./${toml%pyproject.toml}; poetry check; popd; done' --
194194
language: python
195195
additional_dependencies:
196-
- poetry==2.3.3
196+
- poetry==2.3.4
197197
pass_filenames: true
198198
files: 'pyproject\.toml$'
199199
- id: poetry-use-version-ranges

0 commit comments

Comments
 (0)