Skip to content

Commit 22e56e5

Browse files
authored
Update dependencies (#274)
1 parent e652f94 commit 22e56e5

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
UV_VERSION: "0.6.12"
6+
UV_VERSION: "0.6.14"
77

88
jobs:
99
test:

β€Ž.github/workflows/pages.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
UV_VERSION: "0.6.12"
11+
UV_VERSION: "0.6.14"
1212

1313
jobs:
1414
deploy:

β€ŽDockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
FROM python:3.12-slim-bookworm AS python_builder
1212

1313
# Pin uv to a specific version to make container builds reproducible.
14-
ENV UV_VERSION=0.6.12
14+
ENV UV_VERSION=0.6.14
1515
ENV UV_PYTHON_DOWNLOADS=never
1616

1717
# Set ENV variables that make Python more friendly to running inside a container.

β€Žuv.lockβ€Ž

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)