diff --git a/doc/changelog.d/633.documentation.md b/doc/changelog.d/633.documentation.md new file mode 100644 index 000000000..6c525bcb2 --- /dev/null +++ b/doc/changelog.d/633.documentation.md @@ -0,0 +1 @@ +MAINT: Bump pytest from 8.4.1 to 8.4.2 diff --git a/pyproject.toml b/pyproject.toml index 6beb6cadc..839547109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ tests = [ "grpcio>=1.17, <1.68.0", "protobuf==5.28.0", - "pytest==8.4.1", + "pytest==8.4.2", "pytest-cov==6.2.1", ] doc = [