From f7185ede65dda14e502b3634cdbe9da250c8f300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:32:39 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /worldcat-registry/python Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.2...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worldcat-registry/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldcat-registry/python/requirements.txt b/worldcat-registry/python/requirements.txt index 6f268c8..31fc052 100644 --- a/worldcat-registry/python/requirements.txt +++ b/worldcat-registry/python/requirements.txt @@ -7,7 +7,7 @@ itsdangerous==1.1.0 Jinja2==2.10.3 MarkupSafe==1.1.1 oauthlib==3.1.0 -PyYAML==5.1.2 +PyYAML==5.4 requests==2.22.0 requests-oauthlib==1.2.0 urllib3==1.25.6