Skip to content

Commit

Permalink
more dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 27, 2023
1 parent 80efe5b commit 8b63d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 8b63d76

Please sign in to comment.