diff --git a/doc/changelog.d/230.dependencies.md b/doc/changelog.d/230.dependencies.md new file mode 100644 index 0000000..ad5717c --- /dev/null +++ b/doc/changelog.d/230.dependencies.md @@ -0,0 +1 @@ +chore: bump pytest from 8.3.5 to 8.4.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4648087..a84dcb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ vulnerabilities = [ "safety==3.3.0", ] tests = [ - "pytest==8.3.5", + "pytest==8.4.1", "pytest-cov==6.1.1", ]