Skip to content

Commit db06702

Browse files
authored
fix(ci): update pytest to drop dependency on vulnerable py package (#354)
See also: pytest-dev/py#287 (comment)
1 parent 309ba73 commit db06702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ hooks = [
5757
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
5858
test = [
5959
"hypothesis >=6.21.0,<=6.54.4",
60-
"pytest >=7.1.2,<8.0.0",
60+
"pytest >=7.2.0,<8.0.0",
6161
"pytest-custom_exit_code ==0.3.0",
62-
"pytest-cov ==3.0.0",
62+
"pytest-cov ==4.0.0",
6363
"pytest-env ==0.6.2",
6464
]
6565

0 commit comments

Comments
 (0)