summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 0fa4a80..52870a5 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1409,13 +1409,13 @@ sqlcipher = ["sqlcipher3_binary"]
[[package]]
name = "starlette"
-version = "0.37.2"
+version = "0.41.2"
description = "The little ASGI library that shines."
optional = false
python-versions = ">=3.8"
files = [
- {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"},
- {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"},
+ {file = "starlette-0.41.2-py3-none-any.whl", hash = "sha256:fbc189474b4731cf30fcef52f18a8d070e3f3b46c6a04c97579e85e6ffca942d"},
+ {file = "starlette-0.41.2.tar.gz", hash = "sha256:9834fd799d1a87fd346deb76158668cfa0b0d56f85caefe8268e2d97c3468b62"},
]
[package.dependencies]
@@ -1750,4 +1750,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
-content-hash = "ab6ea8ce940d273a5015ba4f02cb676b23e211da7676f61d2e1297fabfd7a5f2"
+content-hash = "bcf23f7d855155b43ee0b4970c76a056b6ff2dda9dc2e479b7fd4c9f1ec24522"
diff --git a/pyproject.toml b/pyproject.toml
index 752f2ea..a15eab4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ anchira_yaml = "hircine.plugins.scrapers.anchira:AnchiraYamlScraper"
python = "^3.12"
sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]}
strawberry-graphql = "^0.235.2"
-starlette = "^0.37.0"
+starlette = "^0.41.2"
uvicorn = {extras = ["standard"], version = "^0.30.1"}
pillow = "^11.0.0"
blake3 = "^0.4.1"