Skip to content

Commit

Permalink
Bump httpx in /{{cookiecutter.project_slug}}/backend
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.24.1...0.25.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 429c981 commit 34ccc7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions {{cookiecutter.project_slug}}/backend/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 {{cookiecutter.project_slug}}/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ black = "^23.10.1"
pytest = "^7.4.3"
ipython = "^8.16.1"
pytest-cov = "^4.1.0"
httpx = "^0.24.1"
httpx = "^0.25.1"
pytest-asyncio = "^0.21.1"

[build-system]
Expand Down

0 comments on commit 34ccc7e

Please sign in to comment.