diff --git a/Dockerfile b/Dockerfile index e65b30b..db20fc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update \ postgresql-client-17 \ && rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.7.12 /uv /uvx /bin/ WORKDIR /app diff --git a/pyproject.toml b/pyproject.toml index 4319758..97cb417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "Faker>=36.1.1", "ipykernel>=6.29.5", "ipython>=8.32.0", - "pyright>=1.1.394,<=1.1.400", + "pyright>=1.1.402,<=1.1.402", "pytest>=8.3.4", "pytest-asyncio>=0.25.3", "pytest-cov>=6.0.0", diff --git a/uv.lock b/uv.lock index 56a23f1..5f91f10 100644 --- a/uv.lock +++ b/uv.lock @@ -115,7 +115,7 @@ dev = [ { name = "faker", specifier = ">=36.1.1" }, { name = "ipykernel", specifier = ">=6.29.5" }, { name = "ipython", specifier = ">=8.32.0" }, - { name = "pyright", specifier = ">=1.1.394,<=1.1.400" }, + { name = "pyright", specifier = ">=1.1.402,<=1.1.402" }, { name = "pytest", specifier = ">=8.3.4" }, { name = "pytest-asyncio", specifier = ">=0.25.3" }, { name = "pytest-cov", specifier = ">=6.0.0" }, @@ -1436,15 +1436,15 @@ wheels = [ [[package]] name = "pyright" -version = "1.1.400" +version = "1.1.402" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "nodeenv" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6c/cb/c306618a02d0ee8aed5fb8d0fe0ecfed0dbf075f71468f03a30b5f4e1fe0/pyright-1.1.400.tar.gz", hash = "sha256:b8a3ba40481aa47ba08ffb3228e821d22f7d391f83609211335858bf05686bdb", size = 3846546, upload-time = "2025-04-24T12:55:18.907Z" } +sdist = { url = "https://files.pythonhosted.org/packages/aa/04/ce0c132d00e20f2d2fb3b3e7c125264ca8b909e693841210534b1ea1752f/pyright-1.1.402.tar.gz", hash = "sha256:85a33c2d40cd4439c66aa946fd4ce71ab2f3f5b8c22ce36a623f59ac22937683", size = 3888207, upload-time = "2025-06-11T08:48:35.759Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c8/a5/5d285e4932cf149c90e3c425610c5efaea005475d5f96f1bfdb452956c62/pyright-1.1.400-py3-none-any.whl", hash = "sha256:c80d04f98b5a4358ad3a35e241dbf2a408eee33a40779df365644f8054d2517e", size = 5563460, upload-time = "2025-04-24T12:55:17.002Z" }, + { url = "https://files.pythonhosted.org/packages/fe/37/1a1c62d955e82adae588be8e374c7f77b165b6cb4203f7d581269959abbc/pyright-1.1.402-py3-none-any.whl", hash = "sha256:2c721f11869baac1884e846232800fe021c33f1b4acb3929cff321f7ea4e2982", size = 5624004, upload-time = "2025-06-11T08:48:33.998Z" }, ] [[package]]