From b0bfcb4d2ee23c8888e09b3cd3b1696eccd65083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:38:16 +0000 Subject: [PATCH] deps(deps): bump flask-openapi3 from 3.0.2 to 4.3.2 Bumps [flask-openapi3](https://github.com/luolingchun/flask-openapi) from 3.0.2 to 4.3.2. - [Release notes](https://github.com/luolingchun/flask-openapi/releases) - [Changelog](https://github.com/luolingchun/flask-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/luolingchun/flask-openapi/compare/v3.0.2...v4.3.2) --- updated-dependencies: - dependency-name: flask-openapi3 dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-py314.txt | 2 +- requirements-py38.txt | 2 +- requirements-py39.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9698681..22c8eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "python-dotenv==1.1.1", "requests==2.32.5", "gunicorn==23.0.0", - "flask-openapi3==4.0.0", + "flask-openapi3==4.3.2", "pydantic==2.12.0", "Werkzeug>=3.1.0", "google-genai", diff --git a/requirements-py314.txt b/requirements-py314.txt index 2891994..094b3f6 100644 --- a/requirements-py314.txt +++ b/requirements-py314.txt @@ -5,7 +5,7 @@ requests==2.32.5 gunicorn==23.0.0 google-genai>=1.57.0 vercel==0.3.2 -flask-openapi3==3.0.2 +flask-openapi3==4.3.2 pydantic==2.5.3 Werkzeug>=3.0.0,<3.2.0 Jinja2>=3.1.0,<3.2.0 diff --git a/requirements-py38.txt b/requirements-py38.txt index cf92eaa..20fa28f 100644 --- a/requirements-py38.txt +++ b/requirements-py38.txt @@ -4,7 +4,7 @@ python-dotenv==1.0.1 requests==2.31.0 gunicorn==23.0.0 vercel==0.2.1 -flask-openapi3==4.0.0 +flask-openapi3==4.3.2 pydantic==2.9.0 Werkzeug>=2.3.0,<4.0.0 Jinja2>=3.1.0,<3.2.0 diff --git a/requirements-py39.txt b/requirements-py39.txt index 4548acb..d4f5b50 100644 --- a/requirements-py39.txt +++ b/requirements-py39.txt @@ -4,7 +4,7 @@ python-dotenv==1.1.1 requests==2.32.5 gunicorn==23.0.0 google-genai==1.47.0 -flask-openapi3==4.0.0 +flask-openapi3==4.3.2 Werkzeug>=3.0.0,<3.2.0 Jinja2>=3.1.0,<3.2.0 itsdangerous>=2.1.0,<2.2.0