From 6345290c5f536daadf533ada0915d1e6a0c8ccf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:03:48 +0000 Subject: [PATCH] build(deps): update openapi-core requirement from ~=0.19.2 to ~=0.23.1 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.23.1) --- updated-dependencies: - dependency-name: openapi-core dependency-version: 0.23.1 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 8c88ae0f6..5fe06b3d4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ psycopg~=3.3.4 sqlparse~=0.5.5 python-dateutil~=2.9.0 tblib~=3.2.2 -openapi-core~=0.19.2 +openapi-core~=0.23.1 jsonschema-path~=0.3.3 termcolor~=3.3.0