From: Stephen Finucane Date: Tue, 11 Oct 2022 10:10:16 +0000 (+0100) Subject: requirements: Bump openapi-core X-Git-Tag: v3.2.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44884cfc6604baa6fed3c3642e7db3799ccb4f67;p=thirdparty%2Fpatchwork.git requirements: Bump openapi-core openapi-core 0.16.2 includes support for null values [1]. We need this to fix our CI. [1] https://github.com/p1c2u/openapi-core/pull/432 Signed-off-by: Stephen Finucane --- diff --git a/requirements-test.txt b/requirements-test.txt index 040da874..fd1b0fc4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ psycopg2-binary~=2.9.0 sqlparse~=0.4.0 python-dateutil~=2.8.0 tblib~=1.7.0 -openapi-core~=0.16.1 +openapi-core~=0.16.2