Bump cookiecutter from 2.1.1 to 2.2.0
Created by: dependabot[bot]
Bumps cookiecutter from 2.1.1 to 2.2.0.
Release notes
Sourced from cookiecutter's releases.
2.2.0
Changes
- Added timeout on request.get() for ensuring that if a recipient serve… (#1772)
@openrefactory
- Fixing Carriage Return Line Feed (CRLF) order in docs #1792 (#1793)
@Lahiry
- Reduce I/O (#1877)
@kurtmckee
- Remove a pre-commit hook special case (#1875)
@kurtmckee
- Remove universal bdist_wheel option; use "python -m build" (#1739)
@mwtoews
- Remove unused import from post-generate hook script example (#1795)
@KAZYPinkSaurus
- Standardize newlines for all platforms (#1870)
@kurtmckee
- feat: Add resolved template repository path as _repo_dir to the context (#1771)
@tmeckel
Minor Changes
- Added support for providing human-readable prompts to the different variables (#1881)
@vemonet
- Added: Boolean variable support in JSON (#1626)
@liortct
- Added: CLI option to keep project files on failure. (#1669)
@MaciejPatro
- Added: Support partially overwrite keys in nested dict (#1692)
@cksac
- Added: Templates inheritance (#1485)
@simobasso
- Code quality: Tests upgrade: Use pathlib for files read/write (#1718)
@insspb
- Inline jinja2-time extension code (#1779)
@tranzystorek-io
- Support Python 3.11 (#1850)
@kurtmckee
- Support nested config files (#1770)
@dariocurr
- preserves original options in
_cookiecutter
(#1874)@kjaymiller
CI/CD and QA changes
- Add a Dependabot config to autoupdate GitHub workflow actions (#1851)
@kurtmckee
- Added: Readthedocs build config (#1707)
@insspb
- Bump actions/setup-python from 3 to 4 (#1854)
@dependabot
- Bump paambaati/codeclimate-action from 3.0.0 to 4.0.0 (#1853)
@dependabot
- CI/CD: Tox -> Nox: Added nox configuration (#1706)
@insspb
- CI/CD: Tox -> Nox: Github actions definition minimized + Sync nox and github actions (#1714)
@insspb
- CI/CD: Tox -> Nox: Makefile update: Removed watchmedo and sed dependency, tox replaced with nox (#1713)
@insspb
- CI/CD: Updated .pre-commit-config.yaml to use latest hooks versions (#1712)
@insspb
- Code quality: Core files: Added exception reason reraise when exception class changed (PEP 3134) (#1719)
@insspb
- Code quality: Tests upgrade: Use pathlib for files read/write (#1718)
@insspb
- Code quality: core files: Format replaced with f-strings (#1716)
@insspb
- Code quality: find.py refactored and type annotated (#1721)
@insspb
- Code quality: tests files: Simplify statements fixes (#1717)
@insspb
- Code quality: utils.make_sure_path_exists refactored and type annotated (#1722)
@insspb
- Fixed: recommonmark replaced with myst, as recommonmark is deprecated (#1709)
@insspb
- Pretty-format JSON files (#1864)
@kurtmckee
- Rename
master
tomain
so CI runs correctly on merge (#1852)@kurtmckee
- Standardize EOF newlines (#1876)
@kurtmckee
- Update
.gitignore
and cite where it was copied from (#1879)@kurtmckee
- Update base docs, remove tox (#1858)
@ericof
- Update pre-commit hook versions (#1849)
@kurtmckee
- Updated: Release drafter configuration (#1704)
@insspb
- Use tox (#1866)
@kurtmckee
... (truncated)
Changelog
Sourced from cookiecutter's changelog.
2.2.0 (2023-07-06)
Changes
- Added timeout on request.get() for ensuring that if a recipient serve… (#1772)
@openrefactory
- Fixing Carriage Return Line Feed (CRLF) order in docs #1792 (#1793)
@Lahiry
- Reduce I/O (#1877)
@kurtmckee
- Remove a pre-commit hook special case (#1875)
@kurtmckee
- Remove universal bdist_wheel option; use "python -m build" (#1739)
@mwtoews
- Remove unused import from post-generate hook script example (#1795)
@KAZYPinkSaurus
- Standardize newlines for all platforms (#1870)
@kurtmckee
- feat: Add resolved template repository path as _repo_dir to the context (#1771)
@tmeckel
Minor Changes
- Added support for providing human-readable prompts to the different variables (#1881)
@vemonet
- Added: Boolean variable support in JSON (#1626)
@liortct
- Added: CLI option to keep project files on failure. (#1669)
@MaciejPatro
- Added: Support partially overwrite keys in nested dict (#1692)
@cksac
- Added: Templates inheritance (#1485)
@simobasso
- Code quality: Tests upgrade: Use pathlib for files read/write (#1718)
@insspb
- Inline jinja2-time extension code (#1779)
@tranzystorek-io
- Support Python 3.11 (#1850)
@kurtmckee
- Support nested config files (#1770)
@dariocurr
- preserves original options in
_cookiecutter
(#1874)@kjaymiller
CI/CD and QA changes
- Add a Dependabot config to autoupdate GitHub workflow actions (#1851)
@kurtmckee
- Added: Readthedocs build config (#1707)
@insspb
- Bump actions/setup-python from 3 to 4 (#1854)
@dependabot
- Bump paambaati/codeclimate-action from 3.0.0 to 4.0.0 (#1853)
@dependabot
- CI/CD: Tox -> Nox: Added nox configuration (#1706)
@insspb
- CI/CD: Tox -> Nox: Github actions definition minimized + Sync nox and github actions (#1714)
@insspb
- CI/CD: Tox -> Nox: Makefile update: Removed watchmedo and sed dependency, tox replaced with nox (#1713)
@insspb
- CI/CD: Updated .pre-commit-config.yaml to use latest hooks versions (#1712)
@insspb
- Code quality: Core files: Added exception reason reraise when exception class changed (PEP 3134) (#1719)
@insspb
- Code quality: Tests upgrade: Use pathlib for files read/write (#1718)
@insspb
- Code quality: core files: Format replaced with f-strings (#1716)
@insspb
- Code quality: find.py refactored and type annotated (#1721)
@insspb
- Code quality: tests files: Simplify statements fixes (#1717)
@insspb
- Code quality: utils.make_sure_path_exists refactored and type annotated (#1722)
@insspb
- Fixed: recommonmark replaced with myst, as recommonmark is deprecated (#1709)
@insspb
- Pretty-format JSON files (#1864)
@kurtmckee
- Rename
master
tomain
so CI runs correctly on merge (#1852)@kurtmckee
- Standardize EOF newlines (#1876)
@kurtmckee
- Update
.gitignore
and cite where it was copied from (#1879)@kurtmckee
- Update base docs, remove tox (#1858)
@ericof
- Update pre-commit hook versions (#1849)
@kurtmckee
- Updated: Release drafter configuration (#1704)
@insspb
... (truncated)
Commits
-
6636eca
Prepare release 2.2.0 (#1884) -
b3751ea
Added support for providing human-readable prompts to the different variables... -
ab3cf63
Update.gitignore
and cite where it was copied from (#1879) -
982940a
Add jinja env docs (#1872) -
f177c7c
preserves original options in_cookiecutter
(#1874) -
e02de10
Standardize EOF newlines (#1876) -
2125335
Reduce I/O (#1877) -
5f43de7
Remove a pre-commit hook special case (#1875) -
ca8d9dd
Standardize newlines for all platforms (#1870) -
ae83c1d
Verify an expected warning is raised (#1869) - Additional commits viewable in compare view
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 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)