diff --git a/changes/181.misc.rst b/changes/181.misc.rst new file mode 100644 index 0000000..049e78a --- /dev/null +++ b/changes/181.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.2.1 to 8.2.2. diff --git a/pyproject.toml b/pyproject.toml index 97014c6..672b74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,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.2.1", + "pytest == 8.2.2", "setuptools_scm == 8.1.0", "tox == 4.15.0", ]