From d403e08a5e017d9a979d21795bc4d3453123f2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 02:06:33 +0000 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/main/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 492117b..548167f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ passlib[bcrypt]==1.7.4 pydantic==1.10.2 python-dotenv==0.21.0 python-jose[cryptography]==3.3.0 -pyyaml==6.0 +pyyaml==6.0.1 requests==2.31.0 \ No newline at end of file