diff --git a/pyproject.toml b/pyproject.toml index b6eec3a..7fd127b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ development = [ "pytest-cov==7.1.0", "pytest-schema==0.1.2", "pytest==8.4.2; python_version <= '3.11'", - "pytest==9.0.2; python_version > '3.11'", + "pytest==9.0.3; python_version > '3.11'", "twine==6.2.0", "virtualenv==21.2.0", "wheel==0.46.3", @@ -82,7 +82,7 @@ lint = [ ] test = [ "pytest==8.4.2; python_version <= '3.11'", - "pytest==9.0.2; python_version > '3.11'", + "pytest==9.0.3; python_version > '3.11'", "coverage==7.10.7; python_version <= '3.11'", "coverage==7.13.5; python_version > '3.11'", ]