From 5c2b8e4b9bf4a4af3e1f2f8e78e35386b15fb39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:52:56 +0000 Subject: [PATCH] Bump starlette from 0.34.0 to 0.35.1 Bumps [starlette](https://github.com/encode/starlette) from 0.34.0 to 0.35.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.34.0...0.35.1) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 14b98ba8..95008ff0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2287,13 +2287,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "starlette" -version = "0.34.0" +version = "0.35.1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.34.0-py3-none-any.whl", hash = "sha256:2e14ee943f2df59eb8c141326240ce601643f1a97b577db44634f6d05d368c37"}, - {file = "starlette-0.34.0.tar.gz", hash = "sha256:ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e"}, + {file = "starlette-0.35.1-py3-none-any.whl", hash = "sha256:50bbbda9baa098e361f398fda0928062abbaf1f54f4fadcbe17c092a01eb9a25"}, + {file = "starlette-0.35.1.tar.gz", hash = "sha256:3e2639dac3520e4f58734ed22553f950d3f3cb1001cd2eaac4d57e8cdc5f66bc"}, ] [package.dependencies] @@ -2528,4 +2528,4 @@ starlette = ["aioitertools", "starlette"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "f02b4691c3a593a2ba3bbfa8e060867e1ce8b52f3a24695d613577c3bcd86669" +content-hash = "cbf4b6860666e462bac566164a7f56069367e17c8a9697ed180255b3c5d70311" diff --git a/pyproject.toml b/pyproject.toml index 8fae5110..dbc1a6a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ django = {version = ">=3.0", optional = true} falcon = {version = ">=3.0", optional = true} flask = {version = "*", optional = true} aiohttp = {version = ">=3.0", optional = true} -starlette = {version = ">=0.26.1,<0.35.0", optional = true} +starlette = {version = ">=0.26.1,<0.36.0", optional = true} isodate = "*" more-itertools = "*" parse = "*" @@ -98,7 +98,7 @@ pytest-flake8 = "*" pytest-cov = "*" python-multipart = "*" responses = "*" -starlette = ">=0.26.1,<0.35.0" +starlette = ">=0.26.1,<0.36.0" strict-rfc3339 = "^0.7" webob = "*" mypy = "^1.2"