Fedir Zadniprovskyi 2024-10-01
deps: update flake
@62fd1d3ba9195f8aa4468d954c38e442b969dd49
.github/workflows/lint.yaml
--- .github/workflows/lint.yaml
+++ .github/workflows/lint.yaml
@@ -12,7 +12,7 @@
       - uses: actions/checkout@v4
       - uses: astral-sh/setup-uv@v2
         with:
-          version: "0.4.4"
+          version: "0.4.11"
           enable-cache: true
       - run: uv python install 3.12
       - run: uv sync --extra dev
.github/workflows/test.yaml
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
@@ -15,7 +15,7 @@
       - uses: actions/checkout@v4
       - uses: astral-sh/setup-uv@v2
         with:
-          version: "0.4.4"
+          version: "0.4.11"
           enable-cache: true
       - run: uv python install 3.12
       - run: uv sync --extra dev
Dockerfile.cpu
--- Dockerfile.cpu
+++ Dockerfile.cpu
@@ -7,7 +7,7 @@
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-COPY --from=ghcr.io/astral-sh/uv:0.4.4 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv
 WORKDIR /root/faster-whisper-server
 # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
 RUN --mount=type=cache,target=/root/.cache/uv \
Dockerfile.cuda
--- Dockerfile.cuda
+++ Dockerfile.cuda
@@ -7,7 +7,7 @@
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-COPY --from=ghcr.io/astral-sh/uv:0.4.4 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv
 WORKDIR /root/faster-whisper-server
 # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
 RUN --mount=type=cache,target=/root/.cache/uv \
flake.lock
--- flake.lock
+++ flake.lock
@@ -5,11 +5,11 @@
         "systems": "systems"
       },
       "locked": {
-        "lastModified": 1710146030,
-        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
+        "lastModified": 1726560853,
+        "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
         "owner": "numtide",
         "repo": "flake-utils",
-        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
+        "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
         "type": "github"
       },
       "original": {
@@ -20,11 +20,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1725432240,
-        "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
+        "lastModified": 1727122398,
+        "narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "ad416d066ca1222956472ab7d0555a6946746a80",
+        "rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
         "type": "github"
       },
       "original": {
Add a comment
List