From dc503436c9d3227a2f3201eb866be9b2fcbfbe49 Mon Sep 17 00:00:00 2001 From: Morgan Epp <60796713+epmog@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:41:15 -0500 Subject: [PATCH] chore(deps): update openjd-model and mypy Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> --- .github/workflows/release_publish.yml | 2 +- pyproject.toml | 2 +- requirements-testing.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index 8418c45e..56b3aa5c 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -78,7 +78,7 @@ jobs: ref: ${{ needs.TagRelease.outputs.tag }} fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.9' - name: Install dependencies diff --git a/pyproject.toml b/pyproject.toml index 5b49c1fc..e5277e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries" ] dependencies = [ - "openjd-model >= 0.10,< 0.11", + "openjd-model >= 0.10,< 0.12", "pywin32 >= 307; platform_system == 'Windows'", "psutil >= 5.9,< 7.3; platform_system == 'Windows'", ] diff --git a/requirements-testing.txt b/requirements-testing.txt index 35888c77..2d641847 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,4 +10,4 @@ black == 26.*; python_version >= "3.10" ruff == 0.15.* psutil >= 5.9,< 7.3 mypy == 1.19.*; python_version == "3.9" -mypy == 2.1.*; python_version >= "3.10" +mypy == 2.3.*; python_version >= "3.10"