From 33d7972a1bb1b9877cc51e29e0e9aff9ca15bf0a Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Fri, 22 Mar 2024 10:46:47 +0100 Subject: [PATCH] setup: update dependencies * note: pytest-black -> pytest-black-ng because of unsupported pytest-black package --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 57ba3cc..ad6511c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ zip_safe = False install_requires = bleach>=2.1.3 ftfy>=4.4.3 - invenio-base>=1.2.5,<2.0.0 + invenio-base>=1.3.0,<2.0.0 invenio-pidstore>=1.2.1,<2.0.0 invenio-records>=2.0.0,<3.0.0 invenio-rest>=1.2.4,<2.0.0 @@ -39,7 +39,7 @@ install_requires = [options.extras_require] tests = cryptography>=2.1.4 - pytest-black>=0.3.0 + pytest-black-ng>=0.4.0 Flask-Login>=0.3.2 invenio-config>=1.0.2,<2.0.0 invenio-db[mysql,postgresql]>=1.0.9,<2.0.0