From 9e81422a659c00a56bbe3532322523c70150dcbe Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Mon, 20 Nov 2023 10:02:28 -0500 Subject: [PATCH] adding nov2023 dependancy updates (#1773) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 46354db5..1852f43e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ jsonschema==4.19.0 jsondiff==2.0.0 pre-commit==3.5.0 -pytest==7.4.2 +pytest==7.4.3 PyYAML==6.0.1 -yamllint==1.32.0 +yamllint==1.33.0 gitpython==3.1.40 -psutil==5.9.5 \ No newline at end of file +psutil==5.9.6 \ No newline at end of file