Skip to content

Commit

Permalink
Bump cookiecutter from 2.1.1 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 2.1.1 to 2.3.0.
- [Release notes](https://github.com/cookiecutter/cookiecutter/releases)
- [Changelog](https://github.com/cookiecutter/cookiecutter/blob/main/HISTORY.md)
- [Commits](cookiecutter/cookiecutter@2.1.1...2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Sep 1, 2023
1 parent 8994599 commit c3dd890
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions requirements/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe --config=pyproject.toml requirements/template.in
#
arrow==1.2.2
# via jinja2-time
# via cookiecutter
binaryornot==0.4.4
# via cookiecutter
build==0.8.0
Expand All @@ -20,20 +20,20 @@ click==8.1.3
# via
# cookiecutter
# pip-tools
cookiecutter==2.1.1
cookiecutter==2.3.0
# via -r requirements/template.in
idna==3.3
# via requests
importlib-metadata==6.6.0
# via pip-sync-faster
jinja2==3.1.2
# via
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via cookiecutter
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.1
# via jinja2
mdurl==0.1.2
# via markdown-it-py
packaging==21.3
# via build
pep517==0.13.0
Expand All @@ -44,6 +44,8 @@ pip-tools==7.1.0
# via
# -r requirements/template.in
# pip-sync-faster
pygments==2.16.1
# via rich
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
Expand All @@ -54,6 +56,8 @@ pyyaml==6.0
# via cookiecutter
requests==2.31.0
# via cookiecutter
rich==13.5.2
# via cookiecutter
six==1.16.0
# via python-dateutil
text-unidecode==1.3
Expand Down

0 comments on commit c3dd890

Please sign in to comment.