From 5594006868bf9172479d19ea54fce5fb6207bfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:20:21 +0000 Subject: [PATCH] Bump openapi-core from 0.19.2 to 0.19.3 Bumps [openapi-core](https://github.com/python-openapi/openapi-core) from 0.19.2 to 0.19.3. - [Release notes](https://github.com/python-openapi/openapi-core/releases) - [Commits](https://github.com/python-openapi/openapi-core/compare/0.19.2...0.19.3) --- updated-dependencies: - dependency-name: openapi-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-apps-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-apps-api.txt b/requirements-apps-api.txt index 3a4d5aec4..7d4b7ff50 100644 --- a/requirements-apps-api.txt +++ b/requirements-apps-api.txt @@ -1,7 +1,7 @@ flask==2.2.5 Flask-Cors==4.0.1 jsonschema==4.23.0 -openapi-core==0.19.2 +openapi-core==0.19.3 prance==23.6.21.0 PyJWT==2.9.0 requests==2.32.3