Skip to content

Commit bfef949

Browse files
build(deps): update fastapi requirement from >=0.94.0 to >=0.138.1 (#521)
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.94.0...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c2cd64 commit bfef949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ boto3 >= 1.26.165
66
click >= 8.1.7
77
colorama >= 0.4.6, < 0.4.7
88
cryptography >= 48.0.1
9-
fastapi[all] >= 0.94.0
9+
fastapi[all] >= 0.138.1
1010
paramiko >= 3.3.1
1111
prettytable >= 3.16.0
1212
psutil >= 5.9.0

0 commit comments

Comments
 (0)