Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent f3f9086 commit b9adc25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 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 @@ -28,7 +28,7 @@ flake8 = {version = "^7.0.0", optional = true}
factory-boy = {version = "^3.3.0", optional = true}
pytest = {version = "^8.0.0", optional = true}
pytest-cov = {version = "^4.1.0", optional = true}
httpx = {version = "^0.26.0", optional = true}
httpx = {version = "^0.27.0", optional = true}

SQLAlchemy = "^2.0.23"
psycopg2-binary = "^2.9.8"
Expand Down

0 comments on commit b9adc25

Please sign in to comment.