Skip to content

Commit

Permalink
chore(deps): bump httpx from 0.27.2 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.2...0.28.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 Nov 29, 2024
1 parent 577b7e5 commit f91714b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 @@ -22,7 +22,7 @@ version = "0.10.0" # {x-release-please-version}


[tool.poetry.dependencies]
httpx = {version = ">=0.26,<0.28", extras = ["http2"]}
httpx = {version = ">=0.26,<0.29", extras = ["http2"]}
python = "^3.9"
python-dateutil = "^2.8.2"

Expand Down

0 comments on commit f91714b

Please sign in to comment.