Skip to content

Commit 895bf37

Browse files
chore: Bump fastapi from 0.136.0 to 0.136.1 (#282)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.0 to 0.136.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7221287 commit 895bf37

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev = [
2020
"ruff>=0.15.12",
2121
"pydantic>=2.13.3",
2222
"httpx>=0.28.1",
23-
"fastapi>=0.136.0",
23+
"fastapi>=0.136.1",
2424
]
2525

2626
# Example dependency groups
@@ -31,7 +31,7 @@ django = [
3131
"Django>=4.2,<5",
3232
]
3333
fastapi = [
34-
"fastapi>=0.136.0",
34+
"fastapi>=0.136.1",
3535
"pydantic>=2.13.3",
3636
"uvicorn[standard]>=0.46.0",
3737
]

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)