Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  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 Jan 5, 2024
1 parent 6949d88 commit 85fc199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"structlog==23.2.0",
"httpx==0.25.2",
"httpx==0.26.0",
"python-dotenv==1.0.0",
"typer==0.9.0",
"tenacity==8.2.3",
Expand Down Expand Up @@ -59,7 +59,7 @@ python = ["3.10"]
[tool.hatch.envs.default]
dependencies = [
"structlog==23.2.0",
"httpx==0.25.2",
"httpx==0.26.0",
"python-dotenv==1.0.0",
"tenacity==8.2.3",
"aiohttp==3.9.1"
Expand Down

0 comments on commit 85fc199

Please sign in to comment.