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.
1 parent 9e00762 commit d976f0dCopy full SHA for d976f0d
.github/workflows/compliance.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v5
15
- name: Setup Python
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: ${{ matrix.python }}
19
- name: Install nox
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
samples/snippets/requirements-test.txt
@@ -1 +1 @@
1
-pytest==8.4.1
+pytest==8.4.2
0 commit comments