diff --git a/doc/changelog.d/489.dependencies.md b/doc/changelog.d/489.dependencies.md new file mode 100644 index 00000000..d4c7f1dd --- /dev/null +++ b/doc/changelog.d/489.dependencies.md @@ -0,0 +1 @@ +Build(deps): Bump pytest from 8.2.1 to 8.2.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d040051d..a17cfc11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.2.1", + "pytest==8.2.2", "pytest-cov==4.1.0", ] doc = [