Skip to content

Bump copier from 9.11.0 to 9.12.0 in the prod-dependencies group across 1 directory#13

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/uv/prod-dependencies-55642f8edc
Closed

Bump copier from 9.11.0 to 9.12.0 in the prod-dependencies group across 1 directory#13
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/uv/prod-dependencies-55642f8edc

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps the prod-dependencies group with 1 update in the / directory: copier.

Updates copier from 9.11.0 to 9.12.0

Release notes

Sourced from copier's releases.

v9.12.0 (2026-02-21)

Feat

  • add new settings API with minimal surface
  • re-export Phase enum at package level

Fix

  • updating: apply skip-if-exists patterns as gitignore-style at subproject root in update algorithm
  • updating: anchor removed file paths to project root in update algorithm
  • updating: normalize user-deleted paths before skip-if-exists pattern matching during updates

Refactor

  • typing: use builtin types in public API signatures
  • deprecate public settings module and its symbols
  • replace **kwargs with explicit parameters in run_{copy,recopy,update} functions

v9.11.3 (2026-01-23)

Fix

  • updating: include non-question answers when generating fresh copy of new template
  • updating: ignore Git hooks on internal checkout before 3-way merging file with conflicts (#2432)
  • avoid pattern deprecation warning for pathspec v1.0.0+

v9.11.2 (2026-01-20)

Fix

  • updating: restore support for preserved symlinks pointing outside subproject (#2427)

Security

  • disallow symlink-based includes outside template root
  • disallow symlink-following write operations outside destination directory (#2427)

v9.11.1 (2026-01-10)

Fix

  • updating: avoid circular reference when rendering JSON-serialized _copier_conf variable
Changelog

Sourced from copier's changelog.

v9.12.0 (2026-02-21)

Feat

  • add new settings API with minimal surface
  • re-export Phase enum at package level

Fix

  • updating: apply skip-if-exists patterns as gitignore-style at subproject root in update algorithm
  • updating: anchor removed file paths to project root in update algorithm
  • updating: normalize user-deleted paths before skip-if-exists pattern matching during updates

Refactor

  • typing: use builtin types in public API signatures
  • deprecate public settings module and its symbols
  • replace **kwargs with explicit parameters in run_{copy,recopy,update} functions

v9.11.3 (2026-01-23)

Fix

  • updating: include non-question answers when generating fresh copy of new template
  • updating: ignore Git hooks on internal checkout before 3-way merging file with conflicts (#2432)
  • avoid pattern deprecation warning for pathspec v1.0.0+

v9.11.2 (2026-01-20)

Fix

  • updating: restore support for preserved symlinks pointing outside subproject (#2427)

Security

  • disallow symlink-based includes outside template root
  • disallow symlink-following write operations outside destination directory (#2427)

v9.11.1 (2026-01-10)

Fix

  • updating: avoid circular reference when rendering JSON-serialized _copier_conf variable
Commits
  • 3f2ab8e bump: version 9.11.3 → 9.12.0
  • 5eb9d87 docs(api): remove deprecated settings and types modules from API reference
  • f38a9ef build(deps): update dependency ruff to v0.15.2
  • e68df6c build(deps): update dependency mkdocs-material to v9.7.2
  • ce1a6d9 build(deps): update dependency commitizen to v4.13.8
  • 27e8d78 build(deps): update dependency uv to v0.10.2
  • 3a2b069 build(deps): update dependency dunamai to v1.26.0
  • 1e46031 build(deps): update dependency platformdirs to v4.9.2
  • cec0263 chore: enable Ruff's W505 rule to enforce doc line length limit (#2452)
  • fbcb59f refactor(typing): use builtin types in public API signatures
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 22, 2026
@dependabot dependabot bot force-pushed the dependabot/uv/prod-dependencies-55642f8edc branch 2 times, most recently from 49b291d to 1adc134 Compare February 22, 2026 16:49
Bumps the prod-dependencies group with 1 update in the / directory: [copier](https://github.com/copier-org/copier).


Updates `copier` from 9.11.0 to 9.12.0
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v9.11.0...v9.12.0)

---
updated-dependencies:
- dependency-name: copier
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/prod-dependencies-55642f8edc branch from dea14b3 to 64dabfb Compare March 1, 2026 16:11
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 22, 2026

Looks like copier is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 22, 2026
@dependabot dependabot bot deleted the dependabot/uv/prod-dependencies-55642f8edc branch March 22, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants