From da0db24acdbed5c99147ad885c29beb48ed58eb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:59:44 +0000 Subject: [PATCH 1/2] chore(deps): update dependency python to 3.14 --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index e6a40ab..481d0db 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python 3.8 uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.14 - name: Cache poetry virtualenv id: cache-poetry uses: actions/cache@v3 From 602fcf97b9010a3586fd25a04797021159b520d6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:00:11 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mause_rpc/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mause_rpc/server.py b/mause_rpc/server.py index 22d2ba6..0e844ff 100644 --- a/mause_rpc/server.py +++ b/mause_rpc/server.py @@ -6,7 +6,7 @@ import socket from dataclasses import dataclass, field from functools import partial -from typing import Callable, Dict, Optional, TypeVar, overload, NoReturn +from typing import Callable, Dict, NoReturn, Optional, TypeVar, overload import dill import pika