From a97f8b30c0f90d07bc03fc29c50afa43f878016f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:45:55 +0000 Subject: [PATCH] build(deps): update openapi-core requirement from ~=0.19.2 to ~=0.19.4 Updates the requirements on [openapi-core](https://github.com/python-openapi/openapi-core) to permit the latest version. - [Release notes](https://github.com/python-openapi/openapi-core/releases) - [Commits](https://github.com/python-openapi/openapi-core/compare/0.19.2...0.19.4) --- updated-dependencies: - dependency-name: openapi-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 74dc7dde..49963251 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ psycopg2-binary~=2.9.9 sqlparse~=0.5.1 python-dateutil~=2.9.0 tblib~=3.0.0 -openapi-core~=0.19.2 +openapi-core~=0.19.4 jsonschema-path~=0.3.3 termcolor~=2.4.0