Skip to content

Commit 4dcdf29

Browse files
committed
security: Upgrade uv deps
1 parent 5da99b6 commit 4dcdf29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# See: https://devguide.python.org/versions
1616
PYTHON_VERSION: 3.13
1717
# See: https://github.com/astral-sh/uv/releases
18-
UV_VERSION: 0.5.x
18+
UV_VERSION: 0.7.x
1919

2020
jobs:
2121
# Job must be called `copilot-setup-steps` or it will not be picked up by Copilot

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# See: https://devguide.python.org/versions
2222
PYTHON_VERSION: 3.13
2323
# See: https://github.com/astral-sh/uv/releases
24-
UV_VERSION: 0.5.x
24+
UV_VERSION: 0.7.x
2525

2626
jobs:
2727
init:

0 commit comments

Comments
 (0)