diff --git a/example/pyproject.toml b/example/pyproject.toml index 1730b52..bc35d49 100644 --- a/example/pyproject.toml +++ b/example/pyproject.toml @@ -5,7 +5,7 @@ dependencies = [ "connect-python", "flask==3.1.2", "protobuf>=5.28", - "starlette==0.49.3", + "starlette==0.50.0", ] [build-system] diff --git a/noextras/pyproject.toml b/noextras/pyproject.toml index 21249fa..ec88d48 100644 --- a/noextras/pyproject.toml +++ b/noextras/pyproject.toml @@ -4,8 +4,8 @@ version = "0.1.0" dependencies = [ "connect-python", "connect-python-example", - "pytest==8.4.2", - "pytest-asyncio==1.2.0", + "pytest==9.0.1", + "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", ]