From 22422f4a68d1bf41c6b33ef3fd5c0f01af4be195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:11:21 +0000 Subject: [PATCH] Update pyyaml requirement from ==6.0.* to ==6.0 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0b1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 2dd2356cc..6e4629054 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -10,7 +10,7 @@ peewee == 3.14.* peewee_migrate == 1.4.* psutil == 5.9.* pydantic == 1.9.* -PyYAML == 6.0.* +PyYAML == 6.0 types-PyYAML == 6.0.* requests == 2.27.* types-requests == 2.27.*