diff --git a/doc/changelog.d/162.dependencies.md b/doc/changelog.d/162.dependencies.md new file mode 100644 index 00000000..03d23552 --- /dev/null +++ b/doc/changelog.d/162.dependencies.md @@ -0,0 +1 @@ +chore: bump pytest from 8.3.3 to 8.3.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 37e9ef9e..da72fd73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ vulnerabilities = [ "safety==3.2.11", ] tests = [ - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", ]