Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump copier from 9.1 to 9.1.1 #1013

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps copier from 9.1 to 9.1.1.

Release notes

Sourced from copier's releases.

v9.1.1 (2024-01-16)

Fix

  • don't fail in systems with windows 1252 encoding (probably)
  • skip excluded paths before rendering
Changelog

Sourced from copier's changelog.

v9.1.1 (2024-01-16)

Fix

  • don't fail in systems with windows 1252 encoding (probably)
  • skip excluded paths before rendering

v9.1.0 (2023-11-27)

Feat

  • Conflicts on updates now appear as git merge conflicts, also on VSCode
  • choices: support questionary checkbox for multiple choices using multiselect: true.

Fix

  • mark package as typed
  • Normalize paths obtained from Git commands output
  • don't crash when update replaces file with symlink (or vice versa) (#1409)
  • keep git-ignored files on update (#1373)
  • address deprecation warning in shutil.rmtree(onerror=...) (#1401)

v9.0.1 (2023-10-30)

Fix

  • don't produce output when imported with $FORCE_COLOR=1 env

v9.0.0 (2023-10-22)

BREAKING CHANGE

  • Changes the return code for unsafe template error from 2 to 4 to avoid return code collision with Plumbum's SwitchError type errors which use return code 2.

Feat

  • allow overriding data file with CLI arguments (#1332)
  • cli: read answers from yaml file (#1325)

Fix

  • vcs: prevent local clone from being stuck by gpg prompts (#1360)
  • pydantic: compatible with 2.4+, solving FieldValidationInfo warning (#1342)
  • fix answer validation for type: str questions
  • version guess from tags that don't start with v, but are still PEP440 compliant (#1048)
  • cli: use return code 4 for unsafe template error
  • nix: detect build version appropriately

... (truncated)

Commits
  • 1bef95e bump: version 9.1.0 → 9.1.1
  • 7ec887e fix: don't fail in systems with windows 1252 encoding (probably)
  • 1395e2e build(deps): bump jinja
  • 7ecffb5 build(poetry2nix): update lock
  • 876656a build(deps): bump pygments from 2.16.1 to 2.17.2
  • ee5c106 docs: improve updating pre-commit documentation (#1361)
  • 1395040 build(deps): remove upper python bound
  • 19be0a1 build(lint): switch over to ruff; add taplo
  • 73c0af9 build(deps): bump cachix/cachix-action from 13 to 14
  • 7e9d7de build(deps): bump cachix/install-nix-action from 24 to 25
  • 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.1 to 9.1.1.
- [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.1.0...v9.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jan 22, 2024
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4a1f4c9) 97.41% compared to head (7bacdb2) 97.41%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1013   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files          24       24           
  Lines         542      542           
  Branches       66       66           
=======================================
  Hits          528      528           
  Misses         14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FollowTheProcess FollowTheProcess merged commit 079b94d into main Jan 22, 2024
20 checks passed
@FollowTheProcess FollowTheProcess deleted the dependabot/pip/copier-9.1.1 branch January 22, 2024 13:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant