build(deps): bump httpx from 0.23.3 to 0.24.0

Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.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.23.3...0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-12 01:59:40 +00:00
parent 71ae85f101
commit 8df036aef7
2 changed files with 8 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
[tool.poetry.dependencies]
python = "^3.7"
pydantic = "^1.9.1"
httpx = ">=0.23.0,<0.24.0"
httpx = ">=0.23.0,<0.25.0"
croniter = "^1.1.0"
pytz = ">=2021.3,<2024.0"