Skip to content

Commit

Permalink
Update pytest requirement from 7.0.1 to 7.1.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 14, 2022
1 parent 2aa608a commit 2015282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pandas = { version = "1.3.5", optional = true }
tabulate = { version = "0.8.9", optional = true }

# Test and examples packages
pytest = { version = "7.0.1", optional = true }
pytest = { version = "7.1.0", optional = true }
pytest-cov = { version = "3.0.0", optional = true }
requests-mock = { version = "1.9.3", optional = true }
ipython = { version = "7.32.0", optional = true }
Expand Down

0 comments on commit 2015282

Please sign in to comment.