Update dependencies to get rid of pydantic errors (#472)

This commit is contained in:
2023-07-31 06:50:12 -06:00
committed by GitHub
parent 4ee745a4db
commit 0feeab6418
+6 -6
View File
@@ -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