diff options
author | Wolfgang Müller | 2025-01-19 18:47:25 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-19 23:36:36 +0100 |
commit | a73e24e72a2b9af67855cc35c66cb37db7aa533f (patch) | |
tree | e409adbe7438671d934cf71c9f440ae77eccc35e /poetry.lock | |
parent | dc18ad173c0ea930fa829cbc1a145035f36267eb (diff) | |
download | hircine-a73e24e72a2b9af67855cc35c66cb37db7aa533f.tar.gz |
build/deps: Update uvicorn to 0.34.0
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 6f2d829..a4f87a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1537,14 +1537,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.32.1" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, - {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -1780,4 +1780,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "b3490214873afb4b7fe3149d31e52b4d32899f0d7a554f79bc49af679080a952" +content-hash = "43af502e48f870369a3f5be43592777b6bdbd033a707745fc9a615cb8e69586f" |