diff --git a/doc/changelog.d/181.dependencies.md b/doc/changelog.d/181.dependencies.md new file mode 100644 index 00000000..70ef4c3c --- /dev/null +++ b/doc/changelog.d/181.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 0d38eda2..435dd566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.2.1", + "pytest==8.2.2", "pytest-cov==5.0.0", ] doc = [