Skip to content

Commit

Permalink
Update coverage to >=6.2,<7.4.4 🤖 (#629)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Sundberg <[email protected]>
Co-authored-by: Jack Sundberg <[email protected]>
  • Loading branch information
3 people authored Mar 26, 2024
1 parent 61a1849 commit e5b0f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- black >=24.0.0, <24.2.0
- clease >1.0.3, <=1.0.6
- cloudpickle >=2.1.0, <=3.0.0
- coverage >=6.2, <7.3.1
- coverage >=6.2, <7.4.4
- dask-core >=2023.6.1, <2023.11.1
- distributed >=2023.6.1, <2023.11.1
- dj-database-url >=0.5.0, <1.4.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ DEV = [
"pytest-mock >=3.7.0, <3.12.1",
"pytest-xdist >=2.5.0, <3.4.0",
"black >=24.0.0, <24.2.0",
"coverage >=6.2, <7.3.1",
"coverage >=6.2, <7.4.4",
"isort >=5.10.1, <5.12.1",
"mkdocs-material >=8.4.1, <9.4.15",
"mkdocstrings >=0.19.0, <=0.24.0",
Expand Down

0 comments on commit e5b0f87

Please sign in to comment.