Skip to content

Commit f0419f2

Browse files
authored
chore(ci): bump constraints.txt for Nox sessions (#1933)
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 5f561d8 commit f0419f2

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/constraints.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pip==23.3.2
2-
nox==2023.4.22
3-
nox-poetry==1.0.3
4-
poetry==1.8.3
5-
poetry-plugin-export==1.8.0
6-
virtualenv==20.24.6
1+
pip==25.3
2+
nox==2025.11.12
3+
nox-poetry==1.2.0
4+
poetry==2.0.1
5+
poetry-plugin-export==1.9.0
6+
virtualenv==20.35.4

.github/workflows/python-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
5555
poetry --version
56+
pipx inject poetry poetry-plugin-export
5657
- name: Install Nox
5758
run: |
5859
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt nox
@@ -168,6 +169,7 @@ jobs:
168169
run: |
169170
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
170171
poetry --version
172+
pipx inject poetry poetry-plugin-export
171173
- name: Install Nox
172174
run: |
173175
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt nox
@@ -280,6 +282,7 @@ jobs:
280282
run: |
281283
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
282284
poetry --version
285+
pipx inject poetry poetry-plugin-export
283286
- name: Install Nox
284287
run: |
285288
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt nox

0 commit comments

Comments
 (0)