Skip to content

Commit 2bf38ed

Browse files
authored
Merge pull request #30 from containifyci/dependabot/pip/fastapi-gte-0.136.3
chore(deps): update fastapi requirement from >=0.136.1 to >=0.136.3
2 parents ed1d945 + 7793ed2 commit 2bf38ed

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/dunebot.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 1.0.0
2+
3+
_config: merge
4+
5+
approve:
6+
include:
7+
branches:
8+
dependabot_python:
9+
prefix: "dependabot/pip"
10+
11+
merge:
12+
include:
13+
branches:
14+
dependabot_python:
15+
prefix: "dependabot/pip"
16+
method: squash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"fastapi[standard]>=0.136.1",
8+
"fastapi[standard]>=0.136.3",
99
"uvicorn>=0.47.0",
1010
]
1111

0 commit comments

Comments
 (0)