From 8c746bff31ddbe866ea5011b6774b8e1305487de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:35:46 +0000 Subject: [PATCH] Bump uvicorn from 0.25.0 to 0.27.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.27.0.post1. - [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.25.0...0.27.0.post1) --- 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 e97320c..2d844d8 100644 --- a/autoapprove/requirements.txt +++ b/autoapprove/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.108.0 pydantic==2.5.3 PyYAML==6.0.1 -uvicorn==0.25.0 +uvicorn==0.27.0.post1 python-gitlab==4.2.0 cryptography==41.0.7 \ No newline at end of file