From d89595f982fb847c1d3b4973720b5a0f112c9244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:58:46 +0100 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.1 (#489) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d90238b..e32eab9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pydantic[email]==1.10.9 pymultihash==0.8.2 python-dotenv==0.21.1 python-jose==3.3.0 -pyyaml==6.0 +pyyaml==6.0.1 requests==2.31.0 shortuuid==1.0.11 uvicorn==0.23.2