Skip to content

Commit bc9f6e1

Browse files
build(deps): update fastapi requirement from >=0.139.2 to >=0.140.0 (#555)
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.139.2...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 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 82a2ae3 commit bc9f6e1

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.43.51
66
click >= 8.4.2
77
colorama >= 0.4.6, < 0.4.7
88
cryptography >= 49.0.0
9-
fastapi[all] >= 0.139.2
9+
fastapi[all] >= 0.140.0
1010
paramiko >= 5.0.0
1111
prettytable >= 3.18.0
1212
psutil >= 7.2.2

0 commit comments

Comments
 (0)