From c433662daeb13ad207a228a5aaa0f56116413e0f Mon Sep 17 00:00:00 2001 From: tristanlatr <19967168+tristanlatr@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:04:45 -0500 Subject: [PATCH 1/2] Update the CI --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cba0bb5..c0d0faf 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,12 +9,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: - python-version: '3.9.0' + python-version: '3.14' - run: | pip install -r requirements.txt From 8fcd604a8672bca2162ae989fedf9b30aea79e17 Mon Sep 17 00:00:00 2001 From: tristanlatr <19967168+tristanlatr@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:05:24 -0500 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e695c0..e7165c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -attrs==20.3.0 -jsonschema==3.2.0 -pyrsistent==0.17.3 -six==1.15.0 +attrs==25.4.0 +jsonschema==4.25.1 +pyrsistent==0.20.0