Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps copier from 9.5.0 to 9.6.0.

Release notes

Sourced from copier's releases.

v9.6.0 (2025-03-09)

Feat

  • Add _copier_operation variable (#1733)
  • context: expose a _copier_phase context variable

Fix

  • explicitly specify file encoding for windows (#2007)
  • auto-detect encoding when reading external data file
  • settings: auto-detect encoding when reading settings file
  • cli: auto-detect encoding when reading unicode-encoded file specified with --data-file
  • expose only answers in question rendering context
  • ignore $file if $file.tmpl exists when subdirectory is used
  • decode external data file content explicitly as UTF-8
  • decode answers file content explicitly as UTF-8

Refactor

  • use common answers file loader
Changelog

Sourced from copier's changelog.

v9.6.0 (2025-03-09)

Feat

  • Add _copier_operation variable (#1733)
  • context: expose a _copier_phase context variable

Fix

  • explicitly specify file encoding for windows (#2007)
  • auto-detect encoding when reading external data file
  • settings: auto-detect encoding when reading settings file
  • cli: auto-detect encoding when reading unicode-encoded file specified with --data-file
  • expose only answers in question rendering context
  • ignore $file if $file.tmpl exists when subdirectory is used
  • decode external data file content explicitly as UTF-8
  • decode answers file content explicitly as UTF-8

Refactor

  • use common answers file loader
Commits
  • 227379e bump: version 9.5.0 → 9.6.0
  • ca764db fix: explicitly specify file encoding for windows (#2007)
  • 55d31e0 feat: Add _copier_operation variable (#1733)
  • 9b0f2b6 docs: Document behavior of generating destination path when copying (#1498)
  • cc9aacb build(flake): update lock (#2017)
  • 640bc73 build(deps): update dependency mkdocstrings to v0.28.3
  • ede6865 test: use helper function to load answers file data
  • ecbe5fa build(deps): update dependency jinja2 to v3.1.6 [security]
  • 10b1bde refactor: use common answers file loader
  • d01c2e4 fix: auto-detect encoding when reading external data file
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [copier](https://github.com/copier-org/copier) from 9.5.0 to 9.6.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.5.0...v9.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 10, 2025
@twsl twsl merged commit fa38961 into main Mar 10, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/copier-9.6.0 branch March 10, 2025 14:06
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants