diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index d90d51d0..6ecb5553 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -18,7 +18,7 @@ fastapi==0.103.2 ; python_version >= "3.10" and python_version < "4.0" flask-cors==4.0.0 ; python_version >= "3.10" and python_version < "4.0" flask==3.0.0 ; python_version >= "3.10" and python_version < "4.0" frozenlist==1.4.0 ; python_version >= "3.10" and python_version < "4.0" -g4f==0.1.4.4 ; python_version >= "3.10" and python_version < "4.0" +g4f==0.1.4.5 ; python_version >= "3.10" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" httpcore==0.18.0 ; python_version >= "3.10" and python_version < "4.0" httpx==0.25.0 ; python_version >= "3.10" and python_version < "4.0" @@ -46,7 +46,7 @@ starlette==0.27.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.10" and python_version < "4.0" tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" tzlocal==5.0.1 ; python_version >= "3.10" and python_version < "4.0" -urllib3==2.0.5 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.0.6 ; python_version >= "3.10" and python_version < "4.0" uvicorn==0.23.2 ; python_version >= "3.10" and python_version < "4.0" websockets==11.0.3 ; python_version >= "3.10" and python_version < "4.0" werkzeug==3.0.0 ; python_version >= "3.10" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index c3d8cadd..35cd01c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynaconf = ">=3.2.0" loguru = ">=0.6.0" httpx = ">=0.24.1" js2py = "^0.74" -g4f = "0.1.4.4" +g4f = "0.1.4.5" curl-cffi ="0.5.7" PyExecJS2="1.6.1"