From 8d4d246063feddb76641dbdf62bfe0a2604b8bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:55:49 +0000 Subject: [PATCH] Bump uvicorn from 0.24.0 to 0.25.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.24.0 to 0.25.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.24.0...0.25.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 d7bde08..b4ed97e 100644 --- a/autoapprove/requirements.txt +++ b/autoapprove/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.104.1 pydantic==2.5.3 PyYAML==6.0.1 -uvicorn==0.24.0 +uvicorn==0.25.0 python-gitlab==4.2.0 cryptography==41.0.7 \ No newline at end of file