We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367de25 commit 0e6aa17Copy full SHA for 0e6aa17
3 files changed
.github/workflows/tests.yml
@@ -13,8 +13,8 @@ jobs:
13
with:
14
python-version: ${{ matrix.python-version }}
15
architecture: x64
16
- - run: pip install nox==2025.2.9
+ - run: pip install nox==2025.5.1
17
- run: pip install nox-poetry==1.2.0
18
- - run: pip install poetry==2.1.2
+ - run: pip install poetry==2.1.3
19
- run: pip install poetry-plugin-export==1.8
20
- run: nox --python ${{ matrix.python-version }}
0 commit comments