From 9d320ecd6928705a95e691321011ed36f661646e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:25:37 +0000 Subject: [PATCH] Bump annotated-types from 0.6.0 to 0.7.0 Bumps [annotated-types](https://github.com/annotated-types/annotated-types) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/annotated-types/annotated-types/releases) - [Commits](https://github.com/annotated-types/annotated-types/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: annotated-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed1dd49..dbde42d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile '.\pyproject.toml' # -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic argcomplete==3.1.2 # via datamodel-code-generator