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 3ae319f commit 13725a8Copy full SHA for 13725a8
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
python-version: [
9
- '3.11',
+ '3.14',
10
]
11
name: Python ${{ matrix.python-version }}
12
steps:
.python-version
@@ -1 +1 @@
1
-3.11
+3.14
requirements.txt
@@ -1,8 +1,8 @@
-pydantic==2.8.2
2
-mypy==1.14.1
3
-ruff==0.8.6
+pydantic==2.12.3
+mypy==1.18.2
+ruff==0.14.3
4
python-frontmatter==1.1.0
5
-requests==2.32.3
-pytest==8.3.2
-types-requests==2.32.0.20240712
-flareio>=0.2.3
+requests==2.32.5
+pytest==8.4.2
+types-requests==2.32.4.20250913
+flareio>=1.1.0
0 commit comments