Commit 2a1a8df
authored
Bumps [external-content/cookie](https://github.com/scientific-python/cookie) from `435d5d8` to `169012f`.
- [Release notes](https://github.com/scientific-python/cookie/releases)
- [Commits](scientific-python/cookie@435d5d8...169012f)
---
updated-dependencies:
- dependency-name: external-content/cookie
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5099e9c commit 2a1a8df
1 file changed
+1
-1
lines changed- .github/release.yml+2
- .github/workflows/reusable-cookie.yml+3-11
- .pre-commit-config.yaml+3-3
- README.md+9-26
- cookiecutter.json+3-5
- copier.yml+2-3
- docs/_includes/pyproject.md-1
- docs/pages/guides/index.md+1-1
- docs/pages/guides/packaging_simple.md+5
- docs/pages/guides/style.md+22-22
- docs/pages/guides/tasks.md+2-2
- docs/pages/index.md+1-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+6-25
- {{cookiecutter.project_name}}/pyproject.toml+16-33
- {{cookiecutter.project_name}}/src/{{cookiecutter.__project_slug}}/__init__.py+1-1
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+1-1
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='pybind11' %}MANIFEST.in{% endif %}
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='setuptools' %}setup.cfg{% endif %}-78
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='setuptools' %}setup.py{% endif %}-13
0 commit comments