From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:56:13 +0000 (+0000) Subject: build(deps): update openapi-core requirement from ~=0.19.0 to ~=0.19.2 X-Git-Tag: v3.2.0~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6fa6e7919345c065ced08cfb5499185c651145d;p=thirdparty%2Fpatchwork.git build(deps): update openapi-core requirement from ~=0.19.0 to ~=0.19.2 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.0...0.19.2) --- updated-dependencies: - dependency-name: openapi-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-test.txt b/requirements-test.txt index 9d316c67..bed11329 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ psycopg2-binary~=2.9.9 sqlparse~=0.5.0 python-dateutil~=2.9.0 tblib~=3.0.0 -openapi-core~=0.19.0 +openapi-core~=0.19.2 jsonschema-path~=0.3.3 termcolor~=2.4.0