From 6048fb2c1a732b60cc36aa54ec17a21fd82b9aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:27:56 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the python group with 2 updates Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [atheris](https://github.com/google/atheris) to permit the latest version. Updates `mkdocs-material` to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.0...9.7.6) Updates `atheris` from 3.0.0 to 3.1.0 - [Commits](https://github.com/google/atheris/commits) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development dependency-group: python - dependency-name: atheris dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index daca4ece..89a6e1b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ dev = [ ] docs = [ "mkdocs>=1.6,<2.0", - "mkdocs-material>=9.6,<9.7", + "mkdocs-material>=9.6,<9.8", ] fuzz = [ - "atheris==3.0.0 ; platform_system == 'Linux' and python_version >= '3.11'", + "atheris==3.1.0 ; platform_system == 'Linux' and python_version >= '3.11'", "pyinstaller==6.21.0", ] From 55919baa4a40bffbe62b42140f57d7a20bee1bb4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:42:25 +0000 Subject: [PATCH 2/2] fix: restore constrained docs and fuzz dependency pins --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89a6e1b9..daca4ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ dev = [ ] docs = [ "mkdocs>=1.6,<2.0", - "mkdocs-material>=9.6,<9.8", + "mkdocs-material>=9.6,<9.7", ] fuzz = [ - "atheris==3.1.0 ; platform_system == 'Linux' and python_version >= '3.11'", + "atheris==3.0.0 ; platform_system == 'Linux' and python_version >= '3.11'", "pyinstaller==6.21.0", ] diff --git a/uv.lock b/uv.lock index 4f956912..3a8bdadc 100644 --- a/uv.lock +++ b/uv.lock @@ -287,7 +287,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [