diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b949987a..3f0ec5e78 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 614ba134f..b9e55cac8 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,7 +18,7 @@ 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 @@ -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 @@ -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 8410de865..f9f39eba5 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,7 +38,7 @@ 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 # via @@ -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 # 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