From cf742e65b17aca1fb8e37628ac6d741e2340a202 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Tue, 1 Aug 2023 09:53:44 -0400 Subject: [PATCH] Bumping pyyaml anmd jsonschema. Realted to PR#1516 and PR#1515 (#1517) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6251a75a..50d8a351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -jsonschema==4.17.3 +jsonschema==4.18.3 pre-commit==3.3.3 pytest==7.4.0 -PyYAML==6.0 +PyYAML==6.0.1 yamllint==1.32.0 gitpython==3.1.32 \ No newline at end of file