From 4663a67392f1f193a9091227c8a9d1e882c9adde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 10:52:35 +0000 Subject: [PATCH 1/2] chore(deps): update fastapi requirement from >=0.136.1 to >=0.136.3 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] From 7793ed2078bea05a9ee2b18f55f98e2964d7e718 Mon Sep 17 00:00:00 2001 From: fr12k Date: Sun, 31 May 2026 13:15:17 +0200 Subject: [PATCH 2/2] chore: enabled dunebvot for python updates --- .github/dunebot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dunebot.yaml 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