From 23652fe3ccab247df2b01e4955b1e7a12bc025b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:38:31 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /collection_manager Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.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.3.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- collection_manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection_manager/requirements.txt b/collection_manager/requirements.txt index fe82ccf..c009018 100644 --- a/collection_manager/requirements.txt +++ b/collection_manager/requirements.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -PyYAML==5.3.1 +PyYAML==5.4 pystache==0.5.4 pysolr==3.9.0 watchdog==0.10.2