diff --git a/.github/workflows/sync-starter-template.yml b/.github/workflows/sync-starter-template.yml index 76db9a2..9181f12 100644 --- a/.github/workflows/sync-starter-template.yml +++ b/.github/workflows/sync-starter-template.yml @@ -165,7 +165,7 @@ jobs: template_profile="${TEMPLATE_PROFILE}" echo "template_profile=${template_profile}" >> "$GITHUB_OUTPUT" - tooling_source="py-lib-tooling @ git+https://github.com/betabitplus/py-lib-starter.git@${starter_ref:-v0.32.2}#subdirectory=packages/py-lib-tooling" + tooling_source="py-lib-tooling @ git+https://github.com/betabitplus/py-lib-starter.git@${starter_ref:-v0.32.4}#subdirectory=packages/py-lib-tooling" run_tooling_command() { local command_name="$1" diff --git a/_copier_answers.yml b/_copier_answers.yml index 5057195..00af2db 100644 --- a/_copier_answers.yml +++ b/_copier_answers.yml @@ -1,4 +1,4 @@ -_commit: v0.32.2 +_commit: v0.32.4 _src_path: https://github.com/betabitplus/py-lib-starter.git author_email: 8123085+betabitplus@users.noreply.github.com author_name: betabitplus @@ -40,11 +40,11 @@ project_title: Web Tools project_title_lower: web tools renovate_uv_ignored_updates: [] repository_name: web-tools -runtime_git_ref: v0.32.2 +runtime_git_ref: v0.32.4 runtime_git_subdirectory: packages/py-lib-runtime runtime_git_url: https://github.com/betabitplus/py-lib-starter.git template_profile: python-lib-standard -tooling_git_ref: v0.32.2 +tooling_git_ref: v0.32.4 tooling_git_subdirectory: packages/py-lib-tooling tooling_git_url: https://github.com/betabitplus/py-lib-starter.git workspace_python_paths: diff --git a/pyproject.toml b/pyproject.toml index eedeeff..c0d663a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "markdown>=3.8", "pillow", "playwright>=1.60.0", - "py-lib-runtime @ git+https://github.com/betabitplus/py-lib-starter.git@v0.32.2#subdirectory=packages/py-lib-runtime", + "py-lib-runtime @ git+https://github.com/betabitplus/py-lib-starter.git@v0.32.4#subdirectory=packages/py-lib-runtime", "readability-lxml>=0.8", "tenacity>=9.1.4", ] @@ -69,7 +69,7 @@ dev = [ "pip-audit>=2.10.1", "pre-commit>=4.6.0", # Shared repo tooling and test support - "py-lib-tooling @ git+https://github.com/betabitplus/py-lib-starter.git@v0.32.2#subdirectory=packages/py-lib-tooling", + "py-lib-tooling @ git+https://github.com/betabitplus/py-lib-starter.git@v0.32.4#subdirectory=packages/py-lib-tooling", "pyright>=1.1.410", # Test runner and plugins "pytest>=9.1.0", @@ -427,6 +427,7 @@ primary_package = "web_tools" package_names = [ "web_tools" ] library_lane = "standard-lib" env_prefix = "WEB_TOOLS" +secrets.env_files = [] # ---------------- Pip Audit (dependency vulnerability scanning) ---------------- [tool.pip-audit] diff --git a/uv.lock b/uv.lock index 00b14e5..2f817a8 100644 --- a/uv.lock +++ b/uv.lock @@ -2441,15 +2441,15 @@ wheels = [ [[package]] name = "py-lib-runtime" version = "0.11.1" -source = { git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-runtime&rev=v0.32.2#13e01613bd94abfecfa6d34fe2bc47a58703c6b7" } +source = { git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-runtime&rev=v0.32.4#0cd1002874d1ac4388bd49ddad27c572ae4dbb3d" } dependencies = [ { name = "structlog" }, ] [[package]] name = "py-lib-tooling" -version = "0.29.0" -source = { git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-tooling&rev=v0.32.2#13e01613bd94abfecfa6d34fe2bc47a58703c6b7" } +version = "0.29.2" +source = { git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-tooling&rev=v0.32.4#0cd1002874d1ac4388bd49ddad27c572ae4dbb3d" } dependencies = [ { name = "copier" }, { name = "ipython" }, @@ -3762,7 +3762,7 @@ requires-dist = [ { name = "markdown", specifier = ">=3.8" }, { name = "pillow" }, { name = "playwright", specifier = ">=1.60.0" }, - { name = "py-lib-runtime", git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-runtime&rev=v0.32.2" }, + { name = "py-lib-runtime", git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-runtime&rev=v0.32.4" }, { name = "readability-lxml", specifier = ">=0.8" }, { name = "tenacity", specifier = ">=9.1.4" }, ] @@ -3786,7 +3786,7 @@ dev = [ { name = "pillow", specifier = ">=12.2" }, { name = "pip-audit", specifier = ">=2.10.1" }, { name = "pre-commit", specifier = ">=4.6.0" }, - { name = "py-lib-tooling", git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-tooling&rev=v0.32.2" }, + { name = "py-lib-tooling", git = "https://github.com/betabitplus/py-lib-starter.git?subdirectory=packages%2Fpy-lib-tooling&rev=v0.32.4" }, { name = "pyright", specifier = ">=1.1.410" }, { name = "pytest", specifier = ">=9.1.0" }, { name = "pytest-asyncio", specifier = ">=1.4.0" },