diff options
author | Wolfgang Müller | 2025-01-19 18:44:55 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-19 23:36:36 +0100 |
commit | 79e3ecea6878550790bc68196bcd6e5e7c995fc3 (patch) | |
tree | f43519f9de8f24b7a01349c8c534e4cb6d50e68f /poetry.lock | |
parent | 0bb9c1c5a9d2be9ed8e4ed84f27bbd9aa87b2c99 (diff) | |
download | hircine-79e3ecea6878550790bc68196bcd6e5e7c995fc3.tar.gz |
build/deps: Update starlette to 0.45.2
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index 78b2624..e49a8cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1442,21 +1442,21 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.41.3" +version = "0.45.2" description = "The little ASGI library that shines." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7"}, - {file = "starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835"}, + {file = "starlette-0.45.2-py3-none-any.whl", hash = "sha256:4daec3356fb0cb1e723a5235e5beaf375d2259af27532958e2d79df549dad9da"}, + {file = "starlette-0.45.2.tar.gz", hash = "sha256:bba1831d15ae5212b22feab2f218bab6ed3cd0fc2dc1d4442443bb1ee52260e0"}, ] [package.dependencies] -anyio = ">=3.4.0,<5" +anyio = ">=3.6.2,<5" [package.extras] -full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"] +full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"] [[package]] name = "strawberry-graphql" @@ -1780,4 +1780,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a0e5dad0614e38d4bd4045edf08a165bde1b176fbde4ae2483566f8af2506536" +content-hash = "71e5b69f93e284ed1b8bde5fc864b9429c59431955ff521cdde961fd072133af" |