diff --git a/Pipfile b/Pipfile index 3863667..3299bd6 100644 --- a/Pipfile +++ b/Pipfile @@ -45,7 +45,7 @@ cffi = {version = "==2.0.0", markers = "platform_python_implementation != \"PyPy colorama = {version = "==0.4.6", markers = "sys_platform == \"win32\""} pycparser = {version = "==2.23", markers = "implementation_name != \"PyPy\" and platform_python_implementation != \"PyPy\""} pywin32 = {version = "==311", markers = "sys_platform == \"win32\""} -uvicorn = {version = "==0.38.0", markers = "sys_platform != \"emscripten\""} +uvicorn = {version = "==0.40.0", markers = "sys_platform != \"emscripten\""} [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 3c3e62d..23dcd35 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "289bee70ef20346c3dfbfcf183f10848191012b2e19483b390d636458f309b44" + "sha256": "313821ea18e4cd00093ca4fa4511fb160a7cc56f78e124610b9c27c9ef6db6c1" }, "pipfile-spec": 6, "requires": { @@ -952,11 +952,12 @@ }, "uvicorn": { "hashes": [ - "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02", - "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d" + "sha256:839676675e87e73694518b5574fd0f24c9d97b46bea16df7b8c05ea1a51071ea", + "sha256:c6c8f55bc8bf13eb6fa9ff87ad62308bbbc33d0b67f84293151efe87e0d5f2ee" ], - "markers": "sys_platform != 'emscripten'", - "version": "==0.38.0" + "index": "pypi", + "markers": "python_version >= '3.10'", + "version": "==0.40.0" } }, "develop": {} diff --git a/requirements.txt b/requirements.txt index 901e694..56a215f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,4 +40,4 @@ typer==0.20.0; python_version >= '3.8' typing-extensions==4.15.0; python_version >= '3.9' typing-inspection==0.4.2; python_version >= '3.9' urllib3==2.6.2; python_version >= '3.9' -uvicorn==0.38.0; sys_platform != 'emscripten' +uvicorn==0.40.0; python_version >= '3.10'