From 5b9324437cb51f80fdb4c0fad4fd195f0361920c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jul 2023 22:49:15 -0700 Subject: [PATCH] Update pyyaml from 5.3.1 to 6.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84c519d..5bf7762 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ filelock==3.0.12 numpy>=1.18.2,<2 pydantic==1.4 -pyyaml==5.3.1 +pyyaml==6.0.1 typing-extensions==3.7.4.2 yamale==2.0.1 zarr==2.4.0