Skip to content

Commit

Permalink
Bump starlette from 0.20.4 to 0.27.0 (#560)
Browse files Browse the repository at this point in the history
* Bump starlette from 0.20.4 to 0.27.0

Bumps [starlette](https://github.com/encode/starlette) from 0.20.4 to 0.27.0.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.20.4...0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add httpx as dependency

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zanie <contact@zanie.dev>
  • Loading branch information
dependabot[bot] and zanieb committed Jul 12, 2023
1 parent 71ea4ad commit f3f0c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -14,11 +14,12 @@ pymysql==1.0.2
# Testing
autoflake==1.4
black==22.6.0
httpx==0.24.1
isort==5.10.1
mypy==0.971
pytest==7.1.2
pytest-cov==3.0.0
starlette==0.20.4
starlette==0.27.0
requests==2.28.1

# Documentation
Expand Down

0 comments on commit f3f0c6f

Please sign in to comment.