Skip to content

Commit

Permalink
chore(deps): bump the pip group with 4 updates (#1738)
Browse files Browse the repository at this point in the history
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](python/mypy@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](fastapi/fastapi@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](encode/httpx@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](samuelcolvin/watchfiles@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 2e282d4 commit 71a8b62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ devdocs = [

types = [
"faststream[optionals]",
"mypy==1.11.1",
"mypy==1.11.2",
# mypy extensions
"types-Deprecated",
"types-PyYAML",
Expand Down Expand Up @@ -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",
]

Expand Down

0 comments on commit 71a8b62

Please sign in to comment.