diff --git a/changes/167.misc.rst b/changes/167.misc.rst new file mode 100644 index 0000000..52a875b --- /dev/null +++ b/changes/167.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.3.1 to 8.3.2. diff --git a/pyproject.toml b/pyproject.toml index f425d00..a7f728b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.7.1 ; python_version >= '3.9'", - "pytest == 8.3.1", + "pytest == 8.3.2", "setuptools_scm == 8.1.0", "tox == 4.16.0", ]