diff --git a/build/requirements.txt b/build/requirements.txt index 4da43b63d9..ece2e75a4a 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -111,6 +111,7 @@ python-dateutil==2.8.2 ; python_full_version > "3.8.1" and python_version < "3.1 python-dotenv==0.19.2 ; python_full_version > "3.8.1" and python_version < "3.10" python-nubia==0.2b5 ; python_full_version > "3.8.1" and python_version < "3.10" pytz==2023.3 ; python_full_version > "3.8.1" and python_version < "3.10" +pyvmomi==8.0.2.0.1 ; python_full_version > "3.8.1" and python_version < "3.10" pywin32==306 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version > "3.8.1" and python_version < "3.10" pywinpty==2.0.11 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name == "nt" pyyaml==6.0 ; python_full_version > "3.8.1" and python_version < "3.10" @@ -145,7 +146,7 @@ typing-extensions==4.7.1 ; python_full_version > "3.8.1" and python_version < "3 typing-inspect==0.9.0 ; python_full_version > "3.8.1" and python_version < "3.10" tzlocal==2.1 ; python_full_version > "3.8.1" and python_version < "3.10" urllib3==1.26.16 ; python_full_version > "3.8.1" and python_version < "3.10" -uvicorn==0.14.0 ; python_full_version > "3.8.1" and python_version < "3.10" +uvicorn==0.15.0 ; python_full_version > "3.8.1" and python_version < "3.10" uvloop==0.17.0 ; python_full_version > "3.8.1" and python_version < "3.10" validators==0.20.0 ; python_full_version > "3.8.1" and python_version < "3.10" watchdog==3.0.0 ; python_full_version > "3.8.1" and python_version < "3.10" and platform_system != "Darwin"