From 0feeab64189545c2f3b01e7eefd3204ebe472395 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 31 Jul 2023 06:50:12 -0600 Subject: [PATCH] Update dependencies to get rid of pydantic errors (#472) --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6264dcb6..6a7379ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -python-decouple>=3.6 -GitPython>=3.1.27 -tqdm>=4.64.0 -python-on-whales>=0.58.0 -click>=8.1.3 -pyyaml>=6.0 +python-decouple>=3.8 +GitPython>=3.1.32 +tqdm>=4.65.0 +python-on-whales>=0.64.0 +click>=8.1.6 +PyYAML>=6.0.1 ruamel.yaml>=0.17.32