Skip to content

Commit 76cad48

Browse files
authored
Merge pull request #515 from staticdev/dependabot/pip/dot-github/workflows/poetry-1.3.2
Bump poetry from 1.2.2 to 1.3.2 in /.github/workflows
2 parents 40c0b76 + 3af9573 commit 76cad48

File tree

5 files changed

+551
-553
lines changed

5 files changed

+551
-553
lines changed

.github/workflows/constraints.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pip==22.3.1
22
nox==2022.11.21
33
nox-poetry==1.0.2
4-
poetry==1.2.2
54
virtualenv==20.17.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
poetry==1.3.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Install Poetry
2929
run: |
30-
pip install --constraint=.github/workflows/constraints.txt poetry
30+
pip install --constraint=.github/workflows/poetry-constraints.txt poetry
3131
poetry --version
3232
3333
- name: Check if there is a parent commit

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Install Poetry
4949
run: |
50-
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
50+
pipx install --pip-args=--constraint=.github/workflows/poetry-constraints.txt poetry
5151
poetry --version
5252
5353
- name: Install Nox
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: Install Poetry
119119
run: |
120-
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
120+
pipx install --pip-args=--constraint=.github/workflows/poetry-constraints.txt poetry
121121
poetry --version
122122
123123
- name: Install Nox

0 commit comments

Comments
 (0)