Skip to content

Commit

Permalink
fix(ci): update pytest to drop dependency on vulnerable py package (#354
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Oct 25, 2022
1 parent 309ba73 commit db06702
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 @@ -57,9 +57,9 @@ hooks = [
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
test = [
"hypothesis >=6.21.0,<=6.54.4",
"pytest >=7.1.2,<8.0.0",
"pytest >=7.2.0,<8.0.0",
"pytest-custom_exit_code ==0.3.0",
"pytest-cov ==3.0.0",
"pytest-cov ==4.0.0",
"pytest-env ==0.6.2",
]

Expand Down

0 comments on commit db06702

Please sign in to comment.