Skip to content

Commit

Permalink
setup: update dependencies
Browse files Browse the repository at this point in the history
* note: pytest-black -> pytest-black-ng because of unsupported pytest-black
  package
  • Loading branch information
utnapischtim committed Mar 22, 2024
1 parent 7248f80 commit 33d7972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 33d7972

Please sign in to comment.