diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index f056cd8f7..bbb5ae8e0 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -37,7 +37,7 @@ eth-rlp==0.3.0 ; python_version >= "3.10" and python_version < "4" eth-typing==3.4.0 ; python_version >= "3.10" and python_version < "4" eth-utils==2.2.0 ; python_version >= "3.10" and python_version < "4" exceptiongroup==1.1.2 ; python_version >= "3.10" and python_version < "3.11" -fastapi==0.100.1 ; python_version >= "3.10" and python_version < "4.0" +fastapi==0.101.0 ; python_version >= "3.10" and python_version < "4.0" findmyorder==1.7.3 ; python_version >= "3.10" and python_version < "4.0" frozendict==2.3.8 ; python_version >= "3.10" and python_version < "4.0" frozenlist==1.4.0 ; python_version >= "3.10" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index 6bf8186cd..e344d162b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ asyncz = "^0.5.0" apprise= "^1.4.0" httpx = "^0.24.1" uvicorn = "^0.23.0" -fastapi = "^0.100.0" +fastapi = "^0.101.0" ping3 = "^4.0.4" ccxt = "^4.0.0" dxsp = "^4.2.3"