Skip to content

Commit

Permalink
Update coverage to <7.3.1 🤖 (#509)
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]>
  • Loading branch information
dependabot[bot] and jacksund authored Sep 11, 2023
1 parent c4a0439 commit 4c2a138
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 >=22.1.0, <=23.2.0
- clease >1.0.3, <=1.0.6
- cloudpickle >=2.1.0, <=2.2.0
- coverage >=6.2, <7.2.8
- coverage >=6.2, <7.3.1
- dask-core >=2021.12.0, <2023.7.0
- distributed >=2022.7.1, <2023.2.0
- 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 @@ -106,7 +106,7 @@ DEV = [
"pytest-mock >=3.7.0, <3.11.2",
"pytest-xdist >=2.5.0, <3.4.0",
"black >=22.1.0, <23.2.0",
"coverage >=6.2, <7.2.8",
"coverage >=6.2, <7.3.1",
"isort >=5.10.1, <5.12.1",
"mkdocs-material >=8.4.1, <9.2.7",
"mkdocstrings >=0.19.0, <=0.21.2",
Expand Down

0 comments on commit 4c2a138

Please sign in to comment.