From dd51eec26509b8652b747cdb0bb709b500d53517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:13:55 +0000 Subject: [PATCH] build(deps): bump pyyaml from 6.0.1 to 6.0.2 in /server Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index cecfc36d..dd18a363 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ rq==1.16.2 click==8.1.7 redis==5.0.4 -pyyaml==6.0.1 +pyyaml==6.0.2 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.22.0;python_version>="3.8" requests==2.31.0;python_version<"3.8"