From 793c224bb5486399dfd6da185baadef9bf89a9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:12:37 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... 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..955848c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "docker==6.1.3", "fastapi==0.100.0", "pydantic-yaml==1.0.0", - "pyyaml==5.3.1", + "pyyaml==6.0.1", "uvicorn[standard]==0.23.0", ]