build(deps-dev): bump httpx from 0.24.1 to 0.27.0 (#1328)

Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.27.0.
- [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.24.1...0.27.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-30 02:08:25 +00:00
committed by GitHub
parent 8b918566a7
commit 5da8701018
2 changed files with 14 additions and 13 deletions

View File

@ -122,7 +122,7 @@ pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.6.0"
pre-commit = "^2.21.0"
httpx = "^0.24.1"
httpx = ">=0.24.1,<0.28.0"
asgi-lifespan = "^2.1.0"
pydantic-extra-types = "^2.5.0"
watchdog = "<5.0.0"