From 5dbc4b0852a8a38acad767ebe9a8fe2e34467d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:52:29 +0000 Subject: [PATCH 1/2] chore(deps): update dependency mypy to v2.3.0 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75e4f2d..0612b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "mypy[mypyc]==2.2.0", "hexbytes==1.3.1"] +requires = ["setuptools", "wheel", "mypy[mypyc]==2.3.0", "hexbytes==1.3.1"] build-backend = "setuptools.build_meta" [tool.autoflake] diff --git a/setup.py b/setup.py index 279f226..c54a7fa 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "build>=0.9.0", "bump_my_version>=0.19.0", "ipython", - "mypy==2.2.0", + "mypy==2.3.0", "pre-commit>=3.4.0", "tox>=4.0.0", "twine", From b078cec3244e8a68feaffe76f6d9829c69d0b621 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jul 2026 11:52:56 +0000 Subject: [PATCH 2/2] chore: compile C files for source control --- build/__native_faster_hexbytes.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/__native_faster_hexbytes.c b/build/__native_faster_hexbytes.c index 137c0d6..6bd3cbf 100644 --- a/build/__native_faster_hexbytes.c +++ b/build/__native_faster_hexbytes.c @@ -3086,8 +3086,7 @@ char CPyDef_main_____top_level__(void) { CPy_INCREF(CPyModule_builtins); CPy_DECREF(cpy_r_r4); CPyL3: ; - cpy_r_r5 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* ('TYPE_CHECKING', 'Callable', 'Final', 'Union', 'cast', - 'overload') */ + cpy_r_r5 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* ('TYPE_CHECKING', 'Callable', 'Final', 'Union', 'cast', 'overload') */ cpy_r_r6 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* 'typing' */ cpy_r_r7 = CPyStatic_main___globals; cpy_r_r8 = CPyImport_ImportFromMany(cpy_r_r6, cpy_r_r5, cpy_r_r5, cpy_r_r7); @@ -3438,8 +3437,7 @@ CPyL30: ; cpy_r_r134 = 1 ? Py_True : Py_False; PyObject *cpy_r_r135[3] = {cpy_r_r132, cpy_r_r133, cpy_r_r134}; cpy_r_r136 = (PyObject **)&cpy_r_r135; - cpy_r_r137 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* ('native_class', 'acyclic', - 'allow_interpreted_subclasses') */ + cpy_r_r137 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* ('native_class', 'acyclic', 'allow_interpreted_subclasses') */ cpy_r_r138 = PyObject_Vectorcall(cpy_r_r131, cpy_r_r136, 0, cpy_r_r137); CPy_DECREF(cpy_r_r131); if (unlikely(cpy_r_r138 == NULL)) {