From 71a8b62539bf492a81e703a1506f3ec08360f38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:18:50 +0000 Subject: [PATCH] chore(deps): bump the pip group with 4 updates (#1738) Bumps the pip group with 4 updates: [mypy](https://github.com/python/mypy), [fastapi](https://github.com/fastapi/fastapi), [httpx](https://github.com/encode/httpx) and [watchfiles](https://github.com/samuelcolvin/watchfiles). Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) Updates `fastapi` from 0.112.1 to 0.112.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.1...0.112.2) Updates `httpx` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.27.2) Updates `watchfiles` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", ]