diff options
author | Wolfgang Müller | 2025-06-19 17:31:19 +0200 |
---|---|---|
committer | Wolfgang Müller | 2025-06-19 17:31:19 +0200 |
commit | 738b63c4c84ea3812aa60fbf6acdda5ae5c9b436 (patch) | |
tree | bc5b776ec5aee6b0fc6bc751ccc8a577eaa4392d /poetry.lock | |
parent | adce703abc1c540ed9eca51802f12c798af29d9b (diff) | |
download | hircine-738b63c4c84ea3812aa60fbf6acdda5ae5c9b436.tar.gz |
build/deps: Update starlette to 0.47.0
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index e3b5dc9..3c1c3c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1456,14 +1456,14 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.46.2" +version = "0.47.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "starlette-0.46.2-py3-none-any.whl", hash = "sha256:595633ce89f8ffa71a015caed34a5b2dc1c0cdb3f0f1fbd1e69339cf2abeec35"}, - {file = "starlette-0.46.2.tar.gz", hash = "sha256:7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5"}, + {file = "starlette-0.47.0-py3-none-any.whl", hash = "sha256:9d052d4933683af40ffd47c7465433570b4949dc937e20ad1d73b34e72f10c37"}, + {file = "starlette-0.47.0.tar.gz", hash = "sha256:1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af"}, ] [package.dependencies] @@ -1830,4 +1830,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "8a81203f14aea8ea54c47f3b673de7bc1b50a8230cb5fe3a94130e106c647408" +content-hash = "ece5d6ed69267e2bf7b12213e845bc0170f8cf48d5db30e4a307ce1c45e4ce1a" |