From 4291b2d444fcfd100a2ee2a28723e95433b5d839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:01:15 +0000 Subject: [PATCH] build: Bump the pip group in /docker with 10 updates Bumps the pip group in /docker with 10 updates: | Package | From | To | | --- | --- | --- | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.9` | `3.5.1` | | [idna](https://github.com/kjd/idna) | `3.18` | `3.19` | | [imagesize](https://github.com/shibukawa/imagesize_py) | `2.0.0` | `2.0.1` | | [lxml](https://github.com/lxml/lxml) | `6.1.1` | `6.1.2` | | [packaging](https://github.com/pypa/packaging) | `26.2` | `26.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.4` | `2.13.5` | | [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.4` | `2.46.5` | | [pygments](https://github.com/pygments/pygments) | `2.20.0` | `2.21.0` | | [typer](https://github.com/fastapi/typer) | `0.27.0` | `0.27.2` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.2` | `0.4.4` | Updates `charset-normalizer` from 3.4.9 to 3.5.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.9...3.5.1) Updates `idna` from 3.18 to 3.19 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19) Updates `imagesize` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/shibukawa/imagesize_py/releases) - [Commits](https://github.com/shibukawa/imagesize_py/compare/2.0.0...2.0.1) Updates `lxml` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.1.1...lxml-6.1.2) Updates `packaging` from 26.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.2...26.3) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) Updates `pydantic-core` from 2.46.4 to 2.46.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/core-v2.46.4...core-v2.46.5) Updates `pygments` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.20.0...2.21.0) Updates `typer` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.27.0...0.27.2) Updates `typing-inspection` from 0.4.2 to 0.4.4 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.4) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.5.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: idna dependency-version: '3.19' dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: imagesize dependency-version: 2.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: packaging dependency-version: '26.3' dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: pydantic-core dependency-version: 2.46.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: pygments dependency-version: 2.21.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: typer dependency-version: 0.27.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: typing-inspection dependency-version: 0.4.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- docker/requirements.in | 2 +- docker/requirements.txt | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docker/requirements.in b/docker/requirements.in index 195f435ba..97cc9e2e4 100644 --- a/docker/requirements.in +++ b/docker/requirements.in @@ -1,5 +1,5 @@ Jinja2>=3.1.5 -lxml>=6.0.0 +lxml>=6.1.2 rstcheck==6.2.5 rstcheck-core @ git+https://github.com/StaticRocket/rstcheck-core.git@d935498cfc319d62fe2dde3012d81657510f0a90 Sphinx>=8.2.3 diff --git a/docker/requirements.txt b/docker/requirements.txt index 48a03b694..8bcca7668 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -14,22 +14,22 @@ babel==2.18.0 # via sphinx certifi==2026.7.22 # via requests -charset-normalizer==3.4.9 +charset-normalizer==3.5.1 # via requests docutils==0.22.4 # via # rstcheck-core # sphinx # sphinx-rtd-theme -idna==3.18 +idna==3.19 # via requests -imagesize==2.0.0 +imagesize==2.0.1 # via sphinx jinja2==3.1.6 # via # -r requirements.in # sphinx -lxml==6.1.1 +lxml==6.1.2 # via -r requirements.in markdown-it-py==4.2.0 # via rich @@ -37,13 +37,13 @@ markupsafe==3.0.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py -packaging==26.2 +packaging==26.3 # via sphinx -pydantic==2.13.4 +pydantic==2.13.5 # via rstcheck-core -pydantic-core==2.46.4 +pydantic-core==2.46.5 # via pydantic -pygments==2.20.0 +pygments==2.21.0 # via # rich # sphinx @@ -90,14 +90,14 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -typer==0.27.0 +typer==0.27.2 # via rstcheck typing-extensions==4.16.0 # via # pydantic # pydantic-core # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.4 # via pydantic urllib3==2.7.0 # via requests