From 5139f849a4d977cdd29a5e9b1cd641fc3f7685a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:00:37 +0000 Subject: [PATCH] build: Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /docker directory: [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [typer](https://github.com/fastapi/typer) and [typing-extensions](https://github.com/python/typing_extensions). Updates `certifi` from 2026.5.20 to 2026.6.17 - [Commits](https://github.com/certifi/python-certifi/compare/2026.05.20...2026.06.17) Updates `charset-normalizer` from 3.4.7 to 3.4.9 - [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.7...3.4.9) Updates `typer` from 0.26.7 to 0.26.8 - [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.26.7...0.26.8) Updates `typing-extensions` from 4.15.0 to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: typer dependency-version: 0.26.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 7ca12df58..caef51587 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -12,9 +12,9 @@ annotated-types==0.7.0 # via pydantic babel==2.18.0 # via sphinx -certifi==2026.5.20 +certifi==2026.6.17 # via requests -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests docutils==0.22.4 # via @@ -90,9 +90,9 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -typer==0.26.7 +typer==0.26.8 # via rstcheck -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via # pydantic # pydantic-core