Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit f3f0c6f

Browse files
Bump starlette from 0.20.4 to 0.27.0 (#560)
* 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](Kludex/starlette@0.20.4...0.27.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Add httpx as dependency --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zanie <[email protected]>
1 parent 71ea4ad commit f3f0c6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ pymysql==1.0.2
1414
# Testing
1515
autoflake==1.4
1616
black==22.6.0
17+
httpx==0.24.1
1718
isort==5.10.1
1819
mypy==0.971
1920
pytest==7.1.2
2021
pytest-cov==3.0.0
21-
starlette==0.20.4
22+
starlette==0.27.0
2223
requests==2.28.1
2324

2425
# Documentation

0 commit comments

Comments
 (0)