From efca01bfab56409115106f19da00276e85eb30b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:00:56 +0000 Subject: [PATCH] Bump uvicorn from 0.24.0 to 0.24.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.24.0 to 0.24.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.24.0...0.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 2511e56..5cd7438 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.104.1 pydantic==2.5.2 PyYAML==6.0.1 -uvicorn==0.24.0 +uvicorn==0.24.0.post1 python-gitlab==4.2.0 cryptography==41.0.7 \ No newline at end of file