File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments