Skip to content

Commit

Permalink
build: bump httpx from 0.27.0 to 0.27.2 (#208)
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.27.2.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.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>
Co-authored-by: ArzelaAscoIi <[email protected]>
  • Loading branch information
dependabot[bot] and ArzelaAscoIi authored Oct 21, 2024
1 parent 029e69d commit 04473af
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 @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"structlog>=24.4.0, < 25.0.0",
"httpx==0.27.0",
"httpx==0.27.2",
"python-dotenv==1.0.1",
"typer==0.12.5",
"tenacity==8.3.0",
Expand Down Expand Up @@ -58,7 +58,7 @@ python = ["3.10"]
[tool.hatch.envs.default]
dependencies = [
"structlog==24.2.0",
"httpx==0.27.0",
"httpx==0.27.2",
"python-dotenv==1.0.1",
"tenacity==8.3.0",
"aiohttp==3.9.5",
Expand Down

0 comments on commit 04473af

Please sign in to comment.