diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 616606b92..4a436f56f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -65,6 +65,10 @@ updates: update-types: - "minor" - "patch" + pre-built: + patterns: + - psycopg* + - zxing-cpp # Enable updates for GitHub Actions - package-ecosystem: "github-actions" diff --git a/pyproject.toml b/pyproject.toml index 7cd21e42d..ad70cc3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "paperless-ngx" version = "0.1.0" -description = "Add your description here" +description = "A community-supported supercharged version of paperless: scan, index and archive all your physical documents" readme = "README.md" requires-python = ">=3.10" classifiers = [ @@ -125,7 +125,7 @@ typing = [ ] [tool.uv] -required-version = ">=0.5.0" +required-version = ">=0.5.14" package = false environments = [ "sys_platform == 'darwin'",