build(deps-dev): bump httpx from 0.26.0 to 0.27.0

Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 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.26.0...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>
This commit is contained in:
dependabot[bot]
2024-03-01 10:28:53 +00:00
committed by GitHub
parent 8ee50ead6d
commit 80feec94f6
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
coverage = "^7.4.2"
httpx = "^0.26"
httpx = ">=0.26,<0.28"
ruff = ">=0.2,<0.4"
safety = {allow-prereleases = true, version = "^3.0.1"}