Skip to content

Commit 2d593b3

Browse files
chore(deps-dev): bump uvicorn[standard] in the all group (#301)
Bumps the all group with 1 update: [uvicorn[standard]](https://github.com/Kludex/uvicorn). Updates `uvicorn[standard]` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.36.0...0.37.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
1 parent 184b67c commit 2d593b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"griffe-inherited-docstrings>=1.0.0",
4646
"mkdocstrings[python]>=0.25.1",
4747
],
48-
"server": ["uvicorn[standard]==0.36.0"],
48+
"server": ["uvicorn[standard]==0.37.0"],
4949
"awslambda": ["mangum"],
5050
"validation": [
5151
"stac_pydantic[validation]",

0 commit comments

Comments
 (0)