Skip to content

Commit 169f81b

Browse files
Update all non-major dependencies
1 parent f84dafd commit 169f81b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v6
1818
with:
19-
version: "0.6.0"
19+
version: "0.8.20"
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
postgresql-client-17 \
2222
&& rm -rf /var/lib/apt/lists/*
2323

24-
COPY --from=ghcr.io/astral-sh/uv:0.7.13 /uv /uvx /bin/
24+
COPY --from=ghcr.io/astral-sh/uv:0.8.20 /uv /uvx /bin/
2525

2626
WORKDIR /app
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"Faker>=36.1.1",
5252
"ipykernel>=6.29.5",
5353
"ipython>=8.32.0",
54-
"pyright>=1.1.402,<=1.1.402",
54+
"pyright>=1.1.405,<=1.1.405",
5555
"pytest>=8.3.4",
5656
"pytest-asyncio>=0.25.3",
5757
"pytest-cov>=6.0.0",

uv.lock

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

0 commit comments

Comments
 (0)