Skip to content

Commit 6e6a2f1

Browse files
committed
Upgrade poetry to latest (2.2.1) (#2535)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change ## Are these changes tested? ```bash make test ``` Successfully runs. ## Are there any user-facing changes? None. For maintainers, upgrade using: ```bash make install-poetry ``` <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 7b59484 commit 6e6a2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ KEEP_COMPOSE ?= 0 # Set KEEP_COMPOSE=1 to keep containers after integration tes
2525

2626
PIP = python -m pip
2727

28-
POETRY_VERSION = 2.1.4
28+
POETRY_VERSION = 2.2.1
2929
POETRY = python -m poetry
3030

3131
ifeq ($(COVERAGE),1)

0 commit comments

Comments
 (0)