From d5c664d753da6c27e32f605f446c9dc0e663e16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:21:37 +0000 Subject: [PATCH] deps(deps): bump flask-openapi3 from 3.0.2 to 4.3.1 in the flask group Bumps the flask group with 1 update: [flask-openapi3](https://github.com/luolingchun/flask-openapi3). Updates `flask-openapi3` from 3.0.2 to 4.3.1 - [Release notes](https://github.com/luolingchun/flask-openapi3/releases) - [Changelog](https://github.com/luolingchun/flask-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/luolingchun/flask-openapi3/compare/v3.0.2...v4.3.1) --- updated-dependencies: - dependency-name: flask-openapi3 dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: flask ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1704ba8d..fde21963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "ffmpeg-python>=0.2.0", "schedule>=1.2.2", "pillow>=11.1.0", - "flask-openapi3==3.0.2", + "flask-openapi3==4.3.1", "rapidfuzz==3.11.0", "pendulum>=3.0.0", "pystray>=0.19.5", diff --git a/requirements.txt b/requirements.txt index 3a4b9a52..1ca0d7ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ sortedcontainers>=2.4.0 xxhash>=3.4.1 ffmpeg-python>=0.2.0 schedule>=1.2.2 -flask-openapi3==3.0.2 +flask-openapi3==4.3.1 rapidfuzz==3.11.0 pendulum>=3.0.0 pystray>=0.19.5