From eb3d368efa6b4b0dfe36ec9a3acaa52115bc7607 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:15:03 +0000 Subject: [PATCH 1/3] Dependency updates --- .pre-commit-config.yaml | 2 +- docs-requirements.txt | 14 +++++++------- test-requirements.txt | 34 +++++++++++++++++----------------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b949987af..3f0ec5e78e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -73,7 +73,7 @@ repos: additional_dependencies: ["pyyaml"] files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.25 + rev: 0.11.26 hooks: # Compile requirements - id: pip-compile diff --git a/docs-requirements.txt b/docs-requirements.txt index 614ba134f9..a55d6a6b82 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -8,9 +8,9 @@ attrs==26.1.0 # outcome babel==2.18.0 # via sphinx -beautifulsoup4==4.14.3 +beautifulsoup4==4.15.0 # via sphinx-codeautolink -certifi==2026.5.20 +certifi==2026.6.17 # via requests cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy' # via @@ -18,13 +18,13 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy' # cryptography charset-normalizer==3.4.7 # via requests -click==8.4.1 +click==8.4.2 # via towncrier colorama==0.4.6 ; sys_platform == 'win32' # via # click # sphinx -cryptography==48.0.0 +cryptography==49.0.0 # via pyopenssl docutils==0.22.4 # via @@ -32,7 +32,7 @@ docutils==0.22.4 # sphinx-rtd-theme exceptiongroup==1.3.1 # via -r docs-requirements.in -idna==3.17 +idna==3.18 # via # -r docs-requirements.in # requests @@ -55,7 +55,7 @@ pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (impleme # via cffi pygments==2.20.0 # via sphinx -pyopenssl==26.2.0 +pyopenssl==26.3.0 # via -r docs-requirements.in requests==2.34.2 # via sphinx @@ -63,7 +63,7 @@ roman-numerals==4.1.0 # via sphinx sniffio==1.3.1 # via -r docs-requirements.in -snowballstemmer==3.1.0 +snowballstemmer==3.1.1 # via sphinx sortedcontainers==2.4.0 # via -r docs-requirements.in diff --git a/test-requirements.txt b/test-requirements.txt index 8410de865c..6406bd4f11 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt alabaster==1.0.0 # via sphinx -ast-serialize==0.5.0 ; implementation_name == 'cpython' +ast-serialize==0.6.0 ; implementation_name == 'cpython' # via mypy astor==0.8.1 # via -r test-requirements.in @@ -18,7 +18,7 @@ babel==2.18.0 # via sphinx black==26.5.1 ; implementation_name == 'cpython' # via -r test-requirements.in -certifi==2026.5.20 +certifi==2026.6.17 # via requests cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy' # via @@ -28,7 +28,7 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 # via requests -click==8.4.1 ; implementation_name == 'cpython' +click==8.4.2 ; implementation_name == 'cpython' # via black codespell==2.4.2 # via -r test-requirements.in @@ -38,9 +38,9 @@ colorama==0.4.6 ; sys_platform == 'win32' # pylint # pytest # sphinx -coverage==7.14.1 +coverage==7.14.3 # via -r test-requirements.in -cryptography==48.0.0 +cryptography==49.0.0 # via # -r test-requirements.in # pyopenssl @@ -48,7 +48,7 @@ cryptography==48.0.0 # types-pyopenssl dill==0.4.1 # via pylint -distlib==0.4.0 +distlib==0.4.3 # via virtualenv docutils==0.21.2 ; python_full_version < '3.11' # via sphinx @@ -58,13 +58,13 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11' # via # -r test-requirements.in # pytest -filelock==3.29.0 +filelock==3.29.4 # via # python-discovery # virtualenv identify==2.6.19 # via pre-commit -idna==3.17 +idna==3.18 # via # -r test-requirements.in # requests @@ -79,7 +79,7 @@ jedi==0.20.0 ; implementation_name == 'cpython' # via -r test-requirements.in jinja2==3.1.6 # via sphinx -librt==0.11.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy' +librt==0.12.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy' # via mypy markupsafe==3.0.3 # via jinja2 @@ -125,15 +125,15 @@ pygments==2.20.0 # via # pytest # sphinx -pylint==4.0.5 +pylint==4.0.6 # via -r test-requirements.in -pyopenssl==26.2.0 +pyopenssl==26.3.0 # via -r test-requirements.in -pyright==1.1.409 +pyright==1.1.411 # via -r test-requirements.in -pytest==9.0.3 +pytest==9.1.1 # via -r test-requirements.in -python-discovery==1.4.0 +python-discovery==1.4.2 # via virtualenv pytokens==0.4.1 ; implementation_name == 'cpython' # via black @@ -147,7 +147,7 @@ ruff==0.15.20 # via -r test-requirements.in sniffio==1.3.1 # via -r test-requirements.in -snowballstemmer==3.1.0 +snowballstemmer==3.1.1 # via sphinx sortedcontainers==2.4.0 # via -r test-requirements.in @@ -205,7 +205,7 @@ typing-extensions==4.15.0 # virtualenv urllib3==2.7.0 # via requests -uv==0.11.25 +uv==0.11.26 # via -r test-requirements.in -virtualenv==21.4.2 +virtualenv==21.5.1 # via pre-commit From e728a65e8c8371662c00413f460e155b58121ae7 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Wed, 1 Jul 2026 03:11:36 -0400 Subject: [PATCH 2/3] Apply suggestion from @A5rocks --- docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index a55d6a6b82..59183d9ef2 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via # click # sphinx -cryptography==49.0.0 +cryptography==48.0.0 # via pyopenssl docutils==0.22.4 # via From 2ceb4dce9646a6560791de52c55dba0b349f5229 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Wed, 1 Jul 2026 07:17:24 +0000 Subject: [PATCH 3/3] Oops --- docs-requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 59183d9ef2..b9e55cac88 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -55,7 +55,7 @@ pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (impleme # via cffi pygments==2.20.0 # via sphinx -pyopenssl==26.3.0 +pyopenssl==26.2.0 # via -r docs-requirements.in requests==2.34.2 # via sphinx diff --git a/test-requirements.txt b/test-requirements.txt index 6406bd4f11..f9f39eba5d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -40,7 +40,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # sphinx coverage==7.14.3 # via -r test-requirements.in -cryptography==49.0.0 +cryptography==48.0.0 # via # -r test-requirements.in # pyopenssl @@ -127,7 +127,7 @@ pygments==2.20.0 # sphinx pylint==4.0.6 # via -r test-requirements.in -pyopenssl==26.3.0 +pyopenssl==26.2.0 # via -r test-requirements.in pyright==1.1.411 # via -r test-requirements.in