From 899e0bb3d5bf51429577376b85c5d8e12c419461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:01:08 +0000 Subject: [PATCH] build: Bump the pip group in /docker with 4 updates Bumps the pip group in /docker with 4 updates: [annotated-doc](https://github.com/fastapi/annotated-doc), [annotated-types](https://github.com/annotated-types/annotated-types), [certifi](https://github.com/certifi/python-certifi) and [typer](https://github.com/fastapi/typer). Updates `annotated-doc` from 0.0.4 to 0.0.5 - [Release notes](https://github.com/fastapi/annotated-doc/releases) - [Changelog](https://github.com/fastapi/annotated-doc/blob/main/release-notes.md) - [Commits](https://github.com/fastapi/annotated-doc/compare/0.0.4...0.0.5) Updates `annotated-types` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/annotated-types/annotated-types/releases) - [Commits](https://github.com/annotated-types/annotated-types/compare/v0.7.0...v0.8.0) Updates `certifi` from 2026.6.17 to 2026.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2026.06.17...2026.07.22) Updates `typer` from 0.26.8 to 0.27.0 - [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.8...0.27.0) --- updated-dependencies: - dependency-name: annotated-doc dependency-version: 0.0.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: annotated-types dependency-version: 0.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: typer dependency-version: 0.27.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 caef51587..48a03b694 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -6,13 +6,13 @@ # alabaster==1.0.0 # via sphinx -annotated-doc==0.0.4 +annotated-doc==0.0.5 # via typer -annotated-types==0.7.0 +annotated-types==0.8.0 # via pydantic babel==2.18.0 # via sphinx -certifi==2026.6.17 +certifi==2026.7.22 # via requests charset-normalizer==3.4.9 # via requests @@ -90,7 +90,7 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -typer==0.26.8 +typer==0.27.0 # via rstcheck typing-extensions==4.16.0 # via