Skip to content

Commit cd7b2a9

Browse files
Bump uvicorn in /{{cookiecutter.project_slug}}/backend (#131)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.8 to 0.12.1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.11.8...0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 981fe66 commit cd7b2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytest==6.1.0
1212
requests==2.24.0
1313
SQLAlchemy==1.3.19
1414
starlette==0.13.8
15-
uvicorn==0.11.8
15+
uvicorn==0.12.1
1616
passlib==1.7.2
1717
bcrypt==3.2.0
1818
sqlalchemy-utils==0.36.8

0 commit comments

Comments
 (0)