diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 292f474..21d6bf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: python-version: [ - '3.11', + '3.14', ] name: Python ${{ matrix.python-version }} steps: diff --git a/.python-version b/.python-version index 2c07333..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11 +3.14 diff --git a/requirements.txt b/requirements.txt index 9b359d2..a9fa581 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -pydantic==2.8.2 -mypy==1.14.1 -ruff==0.8.6 +pydantic==2.12.3 +mypy==1.18.2 +ruff==0.14.3 python-frontmatter==1.1.0 -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