Skip to content

Commit

Permalink
chore(deps): bump httpx from 0.25.0 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.25.0 to 0.27.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.25.0...0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent cb5f6a6 commit e71b3fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
httpx = ">=0.23,<0.26"
httpx = ">=0.23,<0.28"
pydantic = ">=1.10,<3"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e71b3fa

Please sign in to comment.