Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump httpx in /{{cookiecutter.project_slug}}/backend
Bumps [httpx](https://github.com/encode/httpx) from 0.15.5 to 0.23.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.15.5...0.23.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
commit dfb259c8d3c7500c6c2970e030cbf50602516a01
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Authlib==0.14.3
fastapi==0.65.2
celery==5.0.0
redis==3.5.3
httpx==0.15.5
httpx==0.23.0
ipython==7.31.1
itsdangerous==1.1.0
Jinja2==2.11.3
Expand Down