Skip to content

Commit 52ebaff

Browse files
authored
Merge pull request #678 from magmax/dependabot/pip/dot-github/workflows/poetry-2.1.3
build(deps): bump poetry from 1.7.1 to 2.1.3 in /.github/workflows
2 parents 719fbce + eef8ac4 commit 52ebaff

4 files changed

Lines changed: 296 additions & 30 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==1.7.1
1+
poetry==2.1.3

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Install Poetry
5757
run: |
5858
pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry
59+
pipx inject poetry poetry-plugin-export
5960
poetry --version
6061
6162
- name: Install Nox
@@ -118,6 +119,7 @@ jobs:
118119
- name: Install Poetry
119120
run: |
120121
pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry
122+
pipx inject poetry poetry-plugin-export
121123
poetry --version
122124
123125
- name: Install Nox

0 commit comments

Comments
 (0)