diff --git a/python/pyproject.toml b/python/pyproject.toml index a972555..2dd5012 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,13 +10,13 @@ readme = "README.md" license = { text = "Apache-2.0" } requires-python = ">=3.10" dependencies = [ - "nats-py>=2.6.0", + "nats-py>=2.14.0", ] [project.optional-dependencies] dev = [ - "pytest>=8.0", - "pytest-asyncio>=0.23", + "pytest>=9.0.3", + "pytest-asyncio>=1.3.0", ] [tool.pytest.ini_options]