Skip to content

Commit 313a3ae

Browse files
committed
chore(deps): Lock requirements so that dependabot will update them
1 parent 52ea678 commit 313a3ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
3+
- package-ecosystem: uv
44
directory: "/src/python"
55
schedule:
66
interval: monthly

e2e_tests/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiobotocore[boto3]>=2.21.1
2-
mcp>=1.6.0
3-
uvicorn>=0.32.1
1+
aiobotocore[boto3]==2.21.1
2+
mcp==1.6.0
3+
uvicorn==0.32.1
44

55
# For testing, this module is installed from local files.
66
# Uncomment this line to build using the module from PyPi

examples/chatbots/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiobotocore[boto3]>=2.21.1
2-
mcp>=1.6.0
3-
uvicorn>=0.32.1
1+
aiobotocore[boto3]==2.21.1
2+
mcp==1.6.0
3+
uvicorn==0.32.1
44

55
# For testing, this module is installed from local files.
66
# Uncomment this line to build using the module from PyPi

0 commit comments

Comments
 (0)