From 103dc40e630c0016abbcc76f2ba8c045f3b2d7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:50:55 +0000 Subject: [PATCH] Bump uvicorn from 0.27.0.post1 to 0.28.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.0.post1 to 0.28.1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.27.0.post1...0.28.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoapprove/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoapprove/requirements.txt b/autoapprove/requirements.txt index 6a7204b..041cf24 100644 --- a/autoapprove/requirements.txt +++ b/autoapprove/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.109.0 pydantic==2.5.3 PyYAML==6.0.1 -uvicorn==0.27.0.post1 +uvicorn==0.28.1 python-gitlab==4.4.0 cryptography==41.0.7 \ No newline at end of file