From 29e4c5c094eee77c0e85b146878d65cdd7cee5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:28:42 +0000 Subject: [PATCH] deps-dev: bump the minor-and-patch group with 4 updates Bumps the minor-and-patch group with 4 updates: [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files), [mypy-extensions](https://github.com/python/mypy_extensions), [httpx](https://github.com/encode/httpx) and [requests](https://github.com/psf/requests). Updates `mkdocs-gen-files` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases) - [Commits](https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.1) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0) Updates `httpx` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.28.1) Updates `requests` from 2.32.3 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.34.2) --- updated-dependencies: - dependency-name: mkdocs-gen-files dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3d85af..cc9f3c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -343,13 +343,13 @@ dev = [ "pre-commit>=3.8.0", "mypy>=1.11.0", "ruff==0.5.2", - "mkdocs-gen-files==0.5.0", + "mkdocs-gen-files==0.6.1", "mkdocstrings==0.25.2", - "mypy-extensions==1.0.0", - "httpx==0.27.0", + "mypy-extensions==1.1.0", + "httpx==0.28.1", "lib==4.0.0", "markdown-it-py==3.0.0", - "requests==2.32.3", + "requests==2.34.2", "redis>=5.0.7", "PyJWT", "textxtract[pdf,docx,html,xml,md]>=0.2.0",