From d0ca4115e8a795a55e8a928871b6a641eb122879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 13:13:39 +0000 Subject: [PATCH] fix(deps): update pyyaml requirement from 5.4.1 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/5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 16af41cb..b9f59335 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ mock = "4.0.3" hypothesis = "6.58.0" hypothesis_jsonschema = "0.22.0" jsonschema2md = "0.4.0" -PyYAML = "5.4.1" +PyYAML = "6.0" pre-commit = "2.20.0" # Please keep the following in-sync /w .pre-commit-config.yaml flake8 = "5.0.4"