diff --git a/pyproject.toml b/pyproject.toml index e23ce9e47d..867804b23b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ devdocs = [ types = [ "faststream[optionals]", - "mypy==1.11.1", + "mypy==1.11.2", # mypy extensions "types-Deprecated", "types-PyYAML", @@ -127,11 +127,11 @@ test-core = [ testing = [ "faststream[test-core]", - "fastapi==0.112.1", + "fastapi==0.112.2", "pydantic-settings>=2.0.0,<3.0.0", - "httpx==0.27.0", + "httpx==0.27.2", "PyYAML==6.0.2", - "watchfiles==0.23.0", + "watchfiles==0.24.0", "email-validator==2.2.0", ]