summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-25 23:08:52 +0000
committerseth <[email protected]>2023-07-25 19:16:01 -0400
commit52834e52c8acd07f889355edfb045966efb498e8 (patch)
tree1fd5cfb416aaa2018d950f6045a0302908764dba
parentfc30fdba5645f7d6801be6c4f12e561ee587dbe4 (diff)
chore(deps): bump starlette from 0.22.0 to 0.27.0
Bumps [starlette](https://github.com/encode/starlette) from 0.22.0 to 0.27.0. - [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.22.0...0.27.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6161b27..3948153 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ idna==3.4
pydantic==1.10.4
requests==2.28.1
sniffio==1.3.0
-starlette==0.22.0
+starlette==0.27.0
tomli_w==1.0.0
typing_extensions==4.4.0
urllib3==1.26.13