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 e521307 + 8fcd604 commit 758ab3dCopy full SHA for 758ab3d
.github/workflows/run-tests.yml
@@ -9,12 +9,12 @@ jobs:
9
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
13
14
- name: Setup Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
16
with:
17
- python-version: '3.9.0'
+ python-version: '3.14'
18
19
- run: |
20
pip install -r requirements.txt
requirements.txt
@@ -1,4 +1,3 @@
1
-attrs==20.3.0
2
-jsonschema==3.2.0
3
-pyrsistent==0.17.3
4
-six==1.15.0
+attrs==25.4.0
+jsonschema==4.25.1
+pyrsistent==0.20.0
0 commit comments