Skip to content

Commit 57da755

Browse files
Bump httpx in /{{cookiecutter.project_slug}}/backend
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 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.24.1...0.27.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a65ef9 commit 57da755

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

{{cookiecutter.project_slug}}/backend/poetry.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ black = "^23.10.1"
2222
pytest = "^7.4.3"
2323
ipython = "^8.16.1"
2424
pytest-cov = "^4.1.0"
25-
httpx = "^0.24.1"
25+
httpx = "^0.28.1"
2626
pytest-asyncio = "^0.21.1"
2727

2828
[build-system]

0 commit comments

Comments
 (0)