From abdf2dc02693e69d81cfd7dd292dd86c212dc297 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:55:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bd11e5bf..45754358 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -169,7 +169,7 @@ types-passlib==1.7.7.20240819 ; python_version >= "3.9" and python_version < "4. typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" ujson==5.9.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" -uvicorn[standard]==0.30.6 ; python_version >= "3.9" and python_version < "4.0" +uvicorn[standard]==0.31.1 ; python_version >= "3.9" and python_version < "4.0" uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" virtualenv==20.26.1 ; python_version >= "3.9" and python_version < "4.0" watchdog==4.0.0 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 9c91c1aa..88a24147 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ typer[all]==0.12.5 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" ujson==5.9.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" -uvicorn[standard]==0.30.6 ; python_version >= "3.9" and python_version < "4.0" +uvicorn[standard]==0.31.1 ; python_version >= "3.9" and python_version < "4.0" uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" virtualenv==20.26.1 ; python_version >= "3.9" and python_version < "4.0" watchfiles==0.21.0 ; python_version >= "3.9" and python_version < "4.0"