From f6a2ec41ab209c9801227fb2f58137dc0665d891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:08:14 +0000 Subject: [PATCH] build(deps): bump flask-restx from 1.3.0 to 1.3.2 Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/python-restx/flask-restx/releases) - [Changelog](https://github.com/python-restx/flask-restx/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-restx/flask-restx/compare/1.3.0...1.3.2) --- updated-dependencies: - dependency-name: flask-restx dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b00f853..b30e6ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,14 +851,14 @@ Werkzeug = ">=1.0.1" [[package]] name = "flask-restx" -version = "1.3.0" +version = "1.3.2" description = "Fully featured framework for fast, easy and documented API development with Flask" optional = false -python-versions = "*" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "flask-restx-1.3.0.tar.gz", hash = "sha256:4f3d3fa7b6191fcc715b18c201a12cd875176f92ba4acc61626ccfd571ee1728"}, - {file = "flask_restx-1.3.0-py2.py3-none-any.whl", hash = "sha256:636c56c3fb3f2c1df979e748019f084a938c4da2035a3e535a4673e4fc177691"}, + {file = "flask-restx-1.3.2.tar.gz", hash = "sha256:0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5"}, + {file = "flask_restx-1.3.2-py2.py3-none-any.whl", hash = "sha256:6e035496e8223668044fc45bf769e526352fd648d9e159bd631d94fd645a687b"}, ] [package.dependencies] @@ -866,13 +866,13 @@ aniso8601 = ">=0.82" Flask = ">=0.8,<2.0.0 || >2.0.0" importlib-resources = "*" jsonschema = "*" -pytz = "*" +referencing = "*" werkzeug = "!=2.0.0" [package.extras] -dev = ["Faker (==2.0.0)", "black", "blinker", "invoke (==2.2.0)", "mock (==3.0.5)", "pytest (==7.0.1)", "pytest-benchmark (==3.4.1)", "pytest-cov (==4.0.0)", "pytest-flask (==1.3.0)", "pytest-mock (==3.6.1)", "pytest-profiling (==1.7.0)", "setuptools", "tox", "twine (==3.8.0)", "tzlocal"] +dev = ["Faker (==2.0.0)", "backports.zoneinfo ; python_version < \"3.9\"", "black", "blinker", "invoke (==2.2.0)", "mock (==3.0.5)", "pytest (==7.0.1)", "pytest-benchmark (==3.4.1)", "pytest-cov (==4.0.0)", "pytest-flask (==1.3.0)", "pytest-mock (==3.6.1)", "pytest-profiling (==1.7.0)", "setuptools", "tox", "twine (==3.8.0)"] doc = ["Sphinx (==5.3.0)", "alabaster (==0.7.12)", "sphinx-issues (==3.0.1)"] -test = ["Faker (==2.0.0)", "blinker", "invoke (==2.2.0)", "mock (==3.0.5)", "pytest (==7.0.1)", "pytest-benchmark (==3.4.1)", "pytest-cov (==4.0.0)", "pytest-flask (==1.3.0)", "pytest-mock (==3.6.1)", "pytest-profiling (==1.7.0)", "setuptools", "twine (==3.8.0)", "tzlocal"] +test = ["Faker (==2.0.0)", "backports.zoneinfo ; python_version < \"3.9\"", "blinker", "invoke (==2.2.0)", "mock (==3.0.5)", "pytest (==7.0.1)", "pytest-benchmark (==3.4.1)", "pytest-cov (==4.0.0)", "pytest-flask (==1.3.0)", "pytest-mock (==3.6.1)", "pytest-profiling (==1.7.0)", "setuptools", "twine (==3.8.0)"] [[package]] name = "flask-wtf" @@ -3684,4 +3684,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b207704ba2af248f2bfb26591c259e9d05f51d41939cf80b6a532883c6647d3a" +content-hash = "7ca63683ad8fcc34b0cbfc32dba24679b0ed84eec2d48fde571bc8dc1fd8c124" diff --git a/pyproject.toml b/pyproject.toml index 22b6f2f..d750bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ scripts_controller = "bin.scripts_controller:main" [tool.poetry.dependencies] python = "^3.10" redis = {version = "^5.3.0,<6.0", extras = ["hiredis"]} -flask-restx = "^1.3.0" +flask-restx = "^1.3.2" werkzeug = "^3.1.3" gunicorn = "^23.0.0" cron-converter = "^1.2.2"