diff --git a/pyproject.toml b/pyproject.toml index 60189ba..2b5d614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = ["openmeteo_sdk>=1.3.0", "requests"] spark = ["pyspark>=3.0.0"] test = [ "bandit[toml]>=1.7.5", - "black==23.10.0", + "black>=23.10.0", "check-manifest>=0.49", "flake8-bugbear>=23.9.16", "flake8-docstrings", @@ -36,7 +36,7 @@ test = [ "pylint>=3.0.1", "pylint_junit", "pytest-cov>=4.1.0", - "pytest-mock<3.11.2", + "pytest-mock>=3.11.2", "pytest-runner", "pytest>=7.4.0", "pytest-asyncio",