Skip to content

Commit

Permalink
Bump httpx from 0.27.2 to 0.28.0 (#1970)
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 2ee3a70 commit 410bfb0
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 @@ -57,7 +57,7 @@ mypy = {version = ">=1.12,<1.14", optional = true}
anyio = "^4.3"
trio = "^0.27"
attrs = "^24.2"
httpx = "^0.27"
httpx = ">=0.27,<0.29"

wemake-python-styleguide = "^0.19"
flake8-pytest-style = "^2.0"
Expand Down

0 comments on commit 410bfb0

Please sign in to comment.