From 6444ab8f3152869049051afcdfe5a097920250fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:57:57 +0100 Subject: [PATCH] Bump starlette from 0.41.3 to 0.45.1 (#53) Bumps [starlette](https://github.com/encode/starlette) from 0.41.3 to 0.45.1. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.41.3...0.45.1) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e6f4e43..2c52179 100644 --- a/poetry.lock +++ b/poetry.lock @@ -553,20 +553,20 @@ files = [ [[package]] name = "starlette" -version = "0.41.3" +version = "0.45.1" description = "The little ASGI library that shines." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.1-py3-none-any.whl", hash = "sha256:5656c0524f586e9148d9a3c1dd5257fb42a99892fb0dc6877dd76ef4d184aac3"}, + {file = "starlette-0.45.1.tar.gz", hash = "sha256:a8ae1fa3b1ab7ca83a4abd77871921a13fb5aeaf4874436fb96c29dfcd4ecfa3"}, ] [package.dependencies] anyio = ">=3.4.0,<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 = "stdlib-list" @@ -622,4 +622,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f6652cff593da97797f9f96e4ce087024dddf69c953bd64a6d680122d0602ff1" +content-hash = "67254a80de1fe00c5e445e9d8181049c2475fd362440c199a0fcec0d6984e38b" diff --git a/pyproject.toml b/pyproject.toml index edb36c7..a7ebd73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -starlette = ">=0.37.2,<0.42.0" +starlette = ">=0.37.2,<0.46.0" aiofiles = ">=22.1,<25.0" [tool.poetry.group.dev.dependencies]