From 0920a150e25a08b0d474ee882c8a82e0e8ef5948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:23:53 +0000 Subject: [PATCH] Bump pydantic-yaml from 1.0.0 to 1.1.0 Bumps [pydantic-yaml](https://github.com/NowanIlfideme/pydantic-yaml) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/NowanIlfideme/pydantic-yaml/releases) - [Commits](https://github.com/NowanIlfideme/pydantic-yaml/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pydantic-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06f8510..11c57f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" dependencies = [ "docker==6.1.3", "fastapi==0.100.0", - "pydantic-yaml==1.0.0", + "pydantic-yaml==1.1.0", "pyyaml==5.3.1", "uvicorn[standard]==0.23.0", ]