diff options
| author | Christian Cleberg <[email protected]> | 2026-07-20 12:16:05 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-20 12:16:05 -0500 |
| commit | d3ef3e7c84e680884307032628e9823d4f8458bb (patch) | |
| tree | 26c03235f08ec1e7f0f89d5b136e6826884350e0 /pyproject.toml | |
| parent | 44167710cbfbaadcf0ec223f1452c0d24a3e5e2d (diff) | |
| parent | 3cbb408d83668d5c2d5b0bbccf548c832345c870 (diff) | |
| download | hutch-stats-d3ef3e7c84e680884307032628e9823d4f8458bb.tar.gz hutch-stats-d3ef3e7c84e680884307032628e9823d4f8458bb.tar.bz2 hutch-stats-d3ef3e7c84e680884307032628e9823d4f8458bb.zip | |
Merge pull request #10 from zerolabsco/chore/pytest-9
chore(deps): allow pytest 9 and upgrade to 9.1.1
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4030ab0..5eeaff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.2,<9.0", + "pytest>=9.0.3", ] [project.scripts] |
