From 41df9b1ee88ac043dcb41566b637700f079d3684 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 10 Dec 2024 16:10:43 +0000 Subject: [PATCH] Unpin bumpver and pre-commit --- README.md | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77e2a7a..3b35f16 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Additional notes: This work is supported by the [MARVEL National Centre for Competency in Research]() funded by the [Swiss National Science Foundation](), as well as by the [MaX -European Centre of Excellence]() funded by the Horizon 2020 EINFRA-5 program, +European Centre of Excellence]() funded by the Horizon 2020 EINFRA-5 program, Grant No. 676598. ![MARVEL](miscellaneous/logos/MARVEL.png) diff --git a/setup.cfg b/setup.cfg index 85a6191..50da88d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,8 +34,8 @@ python_requires = >=3.9 [options.extras_require] dev = - bumpver==2022.1118 - pre-commit==3.6.0 + bumpver>=2022.1118 + pre-commit>=3.6.0 pytest~=8.3.0 pytest-docker~=3.1.0 pytest-selenium~=4.1.0