Skip to content

Commit 8946b10

Browse files
authored
Merge branch 'main' into dependabot/pip/dot-github/workflows/virtualenv-20.23.0
2 parents aa3df65 + 0230ec6 commit 8946b10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip==23.0.1
2-
nox==2022.11.21
1+
pip==23.1.2
2+
nox==2023.4.22
33
nox-poetry==1.0.2
44
virtualenv==20.23.0

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Install Poetry
129129
run: |
130-
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
130+
pipx install --pip-args=--constraint=.github/workflows/constraints-poetry.txt poetry
131131
poetry --version
132132
133133
- name: Install Nox

0 commit comments

Comments
 (0)