Skip to content

Commit

Permalink
setup: remove upper pins
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jan 18, 2025
1 parent 3d5d907 commit 79603c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2019 Northwestern University.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022-2025 Graz University of Technology.
#
# Invenio-Cli is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -28,10 +28,10 @@ python_requires = >=3.7
zip_safe = False
install_requires =
Babel>=2.8
cookiecutter>=2.0.0,<2.2.0
click>=7.1.1,<8.2
click-default-group>=1.2.2,<2.0.0
docker>=7.1.0,<8.0.0
cookiecutter>=2.0.0
click>=7.1.1
click-default-group>=1.2.2
docker>=7.1.0
pipfile>=0.0.2
pipenv>=2020.6.2
PyYAML>=5.1.2
Expand All @@ -40,7 +40,7 @@ install_requires =

[options.extras_require]
tests =
pytest-black==0.3.9
pytest-black-ng>=0.4.0
pytest-invenio>=1.4.0
Sphinx>=4.2.0

Expand Down

0 comments on commit 79603c3

Please sign in to comment.