diff options
| author | 2025-08-09 00:44:24 +0000 | |
|---|---|---|
| committer | 2025-08-09 00:44:24 +0000 | |
| commit | 7f751a1ae1f552be0c7586bec6db0ca4224fad29 (patch) | |
| tree | ef9d90b087fe9117ca21f8c784cf4ada354d9564 /pyproject.toml | |
| parent | Run ruff on code (diff) | |
Update dependency starlette to ^0.47.0 [SECURITY]
| datasource | package | from | to |
| ---------- | --------- | ------ | ------ |
| pypi | starlette | 0.38.0 | 0.47.2 |
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1bf7240..220862b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.12" -starlette = "^0.38.0" +starlette = "^0.47.0" nested_dict = "^1.61" uvicorn = { extras = ["standard"], version = "^0.30.1" } motor = "3.5.1" |