diff --git a/.github/dunebot.yaml b/.github/dunebot.yaml new file mode 100644 index 0000000..d634339 --- /dev/null +++ b/.github/dunebot.yaml @@ -0,0 +1,16 @@ +version: 1.0.0 + +_config: merge + +approve: + include: + branches: + dependabot_python: + prefix: "dependabot/pip" + +merge: + include: + branches: + dependabot_python: + prefix: "dependabot/pip" + method: squash diff --git a/pyproject.toml b/pyproject.toml index 39b74ce..65f7e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "fastapi[standard]>=0.136.1", + "fastapi[standard]>=0.136.3", "uvicorn>=0.47.0", ]