diff --git a/pyproject.toml b/pyproject.toml index 84dfa6c..0ebcfb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ ] test = [ "coverage[toml]==7.6.1", - "pytest==7.4.4", + "pytest==8.3.3", ] lint = [ "pre-commit~=3.5.0"