Skip to content

Commit

Permalink
fix(deps): bump httpx from 0.26.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.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](encode/httpx@0.26.0...0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 1815256 commit c3a2fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -6,7 +6,7 @@ authors = ["Andrew Herbig <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.26.0"
httpx = "^0.27.0"
toml = "^0.10.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c3a2fd2

Please sign in to comment.