summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2025-06-19 17:31:19 +0200
committerWolfgang Müller2025-06-19 17:31:19 +0200
commit738b63c4c84ea3812aa60fbf6acdda5ae5c9b436 (patch)
treebc5b776ec5aee6b0fc6bc751ccc8a577eaa4392d
parentadce703abc1c540ed9eca51802f12c798af29d9b (diff)
downloadhircine-738b63c4c84ea3812aa60fbf6acdda5ae5c9b436.tar.gz
build/deps: Update starlette to 0.47.0
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 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"
diff --git a/pyproject.toml b/pyproject.toml
index d1a7d80..2f6d67d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScra
python = "^3.12"
sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]}
strawberry-graphql = "^0.265.1"
-starlette = "^0.46.0"
+starlette = "^0.47.0"
uvicorn = {version = "^0.34.0", extras = ["standard"]}
pillow = "^11.0.0"
blake3 = "^1.0.0"