From a9a953808e5dff978f008f75fa15287655acef49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:05:03 +0000 Subject: [PATCH] Bump uvicorn from 0.27.0.post1 to 0.29.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.0.post1 to 0.29.0. - [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.29.0) --- 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..c021d41 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.29.0 python-gitlab==4.4.0 cryptography==41.0.7 \ No newline at end of file