diff --git a/pyproject.toml b/pyproject.toml index 599ee0d..280028b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ otel = [ "opentelemetry-instrumentation-sqlalchemy >=0.46b0", ] dev = [ - "pytest >=8,<9", + "pytest >=8,<10", "pytest-cov >=5,<6", "hypothesis >=6.100,<7", "testcontainers[postgres] >=4,<5",