From 79cce248bbf02a61569c0c76bd702ebe89315154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 18:24:44 +0000 Subject: [PATCH 1/4] Build(deps): Bump jinja2 from 3.1.5 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c593f71..0116ae3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ anyio==4.8.0 fastapi==0.115.6 h11==0.14.0 itsdangerous==2.2.0 -Jinja2==3.1.5 +Jinja2==3.1.6 MarkupSafe==3.0.2 pydantic==2.10.5 pydantic_core==2.27.2 From 40109a100ccd179ffebe6477897042441bff43c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 18:24:45 +0000 Subject: [PATCH 2/4] Build(deps): Bump h11 from 0.14.0 to 0.16.0 Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c593f71..0014f55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ hysteria2-api==0.1.2 annotated-types==0.7.0 anyio==4.8.0 fastapi==0.115.6 -h11==0.14.0 +h11==0.16.0 itsdangerous==2.2.0 Jinja2==3.1.5 MarkupSafe==3.0.2 From 185b0a1f4bc5f8ba3335f243fd527630f4e03ee7 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Tue, 13 May 2025 23:20:45 +0330 Subject: [PATCH 3/4] feat: Add Dependabot configuration --- .github/dependabot.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ffcfbf9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,32 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "chore" + include: "scope" + reviewers: + - "ReturnFI" + labels: + - "dependencies" + - "python" + + # - package-ecosystem: "github-actions" + # directory: "/" + # schedule: + # interval: "daily" + # commit-message: + # prefix: "chore" + # include: "scope" + # reviewers: + # - "ReturnFI" + # labels: + # - "dependencies" + # - "github_actions" From e766afcf48518e6f7b0d09e7c135ef7b7c86fd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 19:51:53 +0000 Subject: [PATCH 4/4] chore(deps): Bump fastapi from 0.115.6 to 0.115.12 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.6 to 0.115.12. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.6...0.115.12) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.115.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a650e1..f2123d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ hysteria2-api==0.1.2 # webpanel annotated-types==0.7.0 anyio==4.8.0 -fastapi==0.115.6 +fastapi==0.115.12 h11==0.16.0 itsdangerous==2.2.0 Jinja2==3.1.6