Update dependency pytest to >=8.1.1 (#1974)

* update pytest in deps

* update lock file

* update lock file
This commit is contained in:
Jonathan Wren 2025-02-24 20:47:32 -08:00 committed by GitHub
parent 692d0cb132
commit e2a62e99a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 137 additions and 32 deletions

View file

@ -47,7 +47,7 @@ ipdb = "*"
mkdocs = ">=1.4"
parse-type = ">=0.6.0"
poethepoet = "*"
pytest = ">=6.2,<=8.1"
pytest = ">=8.1"
pytest-bdd = ">=8.0"
pytest-clarity = "*"
pytest-xdist = ">=2.5.0"
@ -169,7 +169,7 @@ isolated_build = True
[testenv]
deps =
pytest >=6.2,<=8.1
pytest >=8.1
pytest-bdd >=8.0
pytest-xdist >=2.5.0
parse-type >=0.6.0