We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa3df65 + 0230ec6 commit 8946b10Copy full SHA for 8946b10
.github/workflows/constraints.txt
@@ -1,4 +1,4 @@
1
-pip==23.0.1
2
-nox==2022.11.21
+pip==23.1.2
+nox==2023.4.22
3
nox-poetry==1.0.2
4
virtualenv==20.23.0
.github/workflows/tests.yml
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Install Poetry
129
run: |
130
- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
+ pipx install --pip-args=--constraint=.github/workflows/constraints-poetry.txt poetry
131
poetry --version
132
133
- name: Install Nox
0 commit comments