From 792e04f35722f9905103747235352e181385f494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:05:42 +0000 Subject: [PATCH] Bump flask-restx from 1.2.0 to 1.3.0 in /src Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 1.2.0 to 1.3.0. - [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.2.0...1.3.0) --- updated-dependencies: - dependency-name: flask-restx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 75a191d..daeef0c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ couchbase==4.1.9 -flask_restx==1.2.0 +flask_restx==1.3.0 pytest==7.4.3 python-dotenv==1.0.0 requests==2.31.0 \ No newline at end of file