From d3e168b32655b341be068fcab8cf3e7fb5066688 Mon Sep 17 00:00:00 2001 From: Ian Leggett Date: Mon, 21 Sep 2026 10:34:53 +0000 Subject: [PATCH] chore: update uv and dependency Signed-off-by: DBT pre-commit check --- Dockerfile | 2 +- pyproject.toml | 4 ++-- uv.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5d5352a..e81d670b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Using a multi-stage image to create a final image without uv. # First, build the application in the `/app` directory. ARG TRUFFLEHOG_VERSION='USE_BUILD_ARG' -ARG UV_VERSION=0.10.9 +ARG UV_VERSION=0.12.16 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_builder diff --git a/pyproject.toml b/pyproject.toml index 09054d84..3911c3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "proxy-py>=2.4.10", "pyyaml>=6.0.3", "en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl", - "gitpython>=3.1.45", + "gitpython>=3.1.59", "prettytable>=3.17.0", "asyncio>=4.0.0", "anyio>=4.13.0", @@ -48,7 +48,7 @@ namespaces = false [tool.uv] package = true -required-version = "==0.10.9" +required-version = "==0.12.16" [tool.ruff] line-length = 125 diff --git a/uv.lock b/uv.lock index d5111831..18a6e0f2 100644 --- a/uv.lock +++ b/uv.lock @@ -512,7 +512,7 @@ requires-dist = [ { name = "anyio", specifier = ">=4.13.0" }, { name = "asyncio", specifier = ">=4.0.0" }, { name = "en-core-web-sm", url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }, - { name = "gitpython", specifier = ">=3.1.45" }, + { name = "gitpython", specifier = ">=3.1.59" }, { name = "presidio-analyzer", specifier = ">=2.2.360" }, { name = "prettytable", specifier = ">=3.17.0" }, { name = "proxy-py", specifier = ">=2.4.10" }, @@ -533,14 +533,14 @@ dev = [ [[package]] name = "gitpython" -version = "3.1.46" +version = "3.1.62" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/df/b5/59d16470a1f0dfe8c793f9ef56fd3826093fc52b3bd96d6b9d6c26c7e27b/gitpython-3.1.46.tar.gz", hash = "sha256:400124c7d0ef4ea03f7310ac2fbf7151e09ff97f2a3288d64a440c584a29c37f", size = 215371, upload-time = "2026-01-01T15:37:32.073Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e0/db/3ca813cbacb23ab6fe46ff38a9b5ef8e73e970c8051f2ce903aacafe0446/gitpython-3.1.62.tar.gz", hash = "sha256:1791de66309bc0c7cfca40bf8d2e3de7ca091cbf94e6051be1ad0722c61062af", size = 231728, upload-time = "2026-09-07T02:57:21.155Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/09/e21df6aef1e1ffc0c816f0522ddc3f6dcded766c3261813131c78a704470/gitpython-3.1.46-py3-none-any.whl", hash = "sha256:79812ed143d9d25b6d176a10bb511de0f9c67b1fa641d82097b0ab90398a2058", size = 208620, upload-time = "2026-01-01T15:37:30.574Z" }, + { url = "https://files.pythonhosted.org/packages/d6/0b/29d7965215f8ef830a7ca1f42997fe13e5693d85e9edb18f938d063ef5f2/gitpython-3.1.62-py3-none-any.whl", hash = "sha256:7002251225e10e29d2e1f49e6532613fe5d5d9f0b6f1f02997a52b38fe56899e", size = 222753, upload-time = "2026-09-07T02:57:19.762Z" }, ] [[package]]