From fe2cb3ff8957d91d0aaff3b1f259583a74e3b159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:45:58 +0000 Subject: [PATCH] [noissue]: Update pyyaml requirement 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/5.1.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fe42140620..f2202dcca2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ gunicorn~=20.1.0 jinja2 pygtrie~=2.4.2 psycopg2>=2.7,<2.9 # pin to < 2.9 until django 3 -PyYAML>=5.1.1,<5.5.0 +PyYAML>=5.1.1,<6.1.0 python-gnupg~=0.4.7 redis>=3.4.0 rq~=1.9.0