Skip to content

Commit 758ab3d

Browse files
authored
Merge pull request #59 from tristanlatr/2025-maintenance
2 parents e521307 + 8fcd604 commit 758ab3d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v6
1313

1414
- name: Setup Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v6
1616
with:
17-
python-version: '3.9.0'
17+
python-version: '3.14'
1818

1919
- run: |
2020
pip install -r requirements.txt

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
attrs==20.3.0
2-
jsonschema==3.2.0
3-
pyrsistent==0.17.3
4-
six==1.15.0
1+
attrs==25.4.0
2+
jsonschema==4.25.1
3+
pyrsistent==0.20.0

0 commit comments

Comments
 (0)