Skip to content

Commit

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

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

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 Dec 4, 2023
1 parent 10def2d commit 18c76d4
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.1",
"httpx==0.25.2",
"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.1",
"httpx==0.25.2",
"python-dotenv==1.0.0",
"tenacity==8.2.3",
"aiohttp==3.9.1"
Expand Down

0 comments on commit 18c76d4

Please sign in to comment.