

deps: update flake
@62fd1d3ba9195f8aa4468d954c38e442b969dd49
--- .github/workflows/lint.yaml
+++ .github/workflows/lint.yaml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 |
- uses: actions/checkout@v4 |
13 | 13 |
- uses: astral-sh/setup-uv@v2 |
14 | 14 |
with: |
15 |
- version: "0.4.4" |
|
15 |
+ version: "0.4.11" |
|
16 | 16 |
enable-cache: true |
17 | 17 |
- run: uv python install 3.12 |
18 | 18 |
- run: uv sync --extra dev |
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 |
- uses: actions/checkout@v4 |
16 | 16 |
- uses: astral-sh/setup-uv@v2 |
17 | 17 |
with: |
18 |
- version: "0.4.4" |
|
18 |
+ version: "0.4.11" |
|
19 | 19 |
enable-cache: true |
20 | 20 |
- run: uv python install 3.12 |
21 | 21 |
- run: uv sync --extra dev |
--- Dockerfile.cpu
+++ Dockerfile.cpu
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \ |
8 | 8 |
apt-get clean && \ |
9 | 9 |
rm -rf /var/lib/apt/lists/* |
10 |
-COPY --from=ghcr.io/astral-sh/uv:0.4.4 /uv /bin/uv |
|
10 |
+COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv |
|
11 | 11 |
WORKDIR /root/faster-whisper-server |
12 | 12 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers |
13 | 13 |
RUN --mount=type=cache,target=/root/.cache/uv \ |
--- Dockerfile.cuda
+++ Dockerfile.cuda
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \ |
8 | 8 |
apt-get clean && \ |
9 | 9 |
rm -rf /var/lib/apt/lists/* |
10 |
-COPY --from=ghcr.io/astral-sh/uv:0.4.4 /uv /bin/uv |
|
10 |
+COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv |
|
11 | 11 |
WORKDIR /root/faster-whisper-server |
12 | 12 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers |
13 | 13 |
RUN --mount=type=cache,target=/root/.cache/uv \ |
--- flake.lock
+++ flake.lock
... | ... | @@ -5,11 +5,11 @@ |
5 | 5 |
"systems": "systems" |
6 | 6 |
}, |
7 | 7 |
"locked": { |
8 |
- "lastModified": 1710146030, |
|
9 |
- "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", |
|
8 |
+ "lastModified": 1726560853, |
|
9 |
+ "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", |
|
10 | 10 |
"owner": "numtide", |
11 | 11 |
"repo": "flake-utils", |
12 |
- "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", |
|
12 |
+ "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", |
|
13 | 13 |
"type": "github" |
14 | 14 |
}, |
15 | 15 |
"original": { |
... | ... | @@ -20,11 +20,11 @@ |
20 | 20 |
}, |
21 | 21 |
"nixpkgs": { |
22 | 22 |
"locked": { |
23 |
- "lastModified": 1725432240, |
|
24 |
- "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=", |
|
23 |
+ "lastModified": 1727122398, |
|
24 |
+ "narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=", |
|
25 | 25 |
"owner": "NixOS", |
26 | 26 |
"repo": "nixpkgs", |
27 |
- "rev": "ad416d066ca1222956472ab7d0555a6946746a80", |
|
27 |
+ "rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093", |
|
28 | 28 |
"type": "github" |
29 | 29 |
}, |
30 | 30 |
"original": { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?