Skip to content

Commit 5f81cc0

Browse files
chore(deps): bump uv from 0.8.0 to 0.8.6 in the pip group (#77)
* chore(deps): bump uv from 0.8.0 to 0.8.6 in the pip group Bumps the pip group with 1 update: [uv](https://github.com/astral-sh/uv). Updates `uv` from 0.8.0 to 0.8.6 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.8.0...0.8.6) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * chore: ci workflow trigger --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <[email protected]>
1 parent 18bc5a3 commit 5f81cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
dependencies = [
1111
"mcp[cli]==1.12.2",
1212
"requests==2.32.4",
13-
"uv==0.8.0",
13+
"uv==0.8.6",
1414
]
1515

1616
[project.scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-i https://pypi.org/simple
22
mcp[cli]==1.12.2
33
requests==2.32.4
4-
uv==0.8.0
4+
uv==0.8.6

0 commit comments

Comments
 (0)