From 83dc861d39935d1b44cfcec9eefedb06b681c804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 13:33:59 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fbe83a9d..f91a9479 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -PyYAML<4,>=3.10 # pre-commit 0.8.0 doesnt support PyYAML>=6.0 and docker-compose 1.7.0 requires PyYAML<4,>=3.10 +PyYAML>=3.10,<6 # pre-commit 0.8.0 doesnt support PyYAML>=6.0 and docker-compose 1.7.0 requires PyYAML>=3.10,<6 cryptography==3.0 flake8 importlib-metadata==0.23 diff --git a/requirements.txt b/requirements.txt index 9570d602..03a82a41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyStaticConfiguration==0.10.4 -PyYAML==5.1 +PyYAML==5.4 argcomplete==1.9.4 boto==2.48.0 cffi==1.12.2