diff --git a/setup.py b/setup.py index 0d0d6a9e..8e5d8254 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ include_package_data=True, python_requires='>= 3.10, < 3.13', install_requires=[ - 'pyyaml==6.0.1', + 'pyyaml==6.0.3', 'jsonschema==4.19.0', 'deepmerge==1.1.0', 'jmespath==1.0.1', 'python-hcl2==4.3.2', 'requests==2.32.4', 'fastapi>=0.116.1,<0.117.0', - "python-multipart==0.0.19", + "python-multipart==0.0.20", 'click==8.1.7', 'uvicorn==0.23.2', 'vsdx==0.5.19',