Skip to content

Commit

Permalink
build(deps): bump cookiecutter from 2.1.1 to 2.3.1 in /requirements
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.1.
- [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.1)

---
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 Sep 25, 2023
1 parent 0f35ff2 commit 42f2e49
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile requirements/base.in
#
arrow==1.2.3
# via jinja2-time
# via cookiecutter
binaryornot==0.4.4
# via cookiecutter
certifi==2022.9.24
Expand All @@ -16,18 +16,20 @@ charset-normalizer==2.1.1
# via requests
click==8.1.3
# via cookiecutter
cookiecutter==2.1.1
# via -r requirements/base.in
cookiecutter==2.3.1
# via -r base.in
idna==3.4
# via requests
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
pygments==2.16.1
# via rich
python-dateutil==2.8.2
# via arrow
python-slugify==6.1.2
Expand All @@ -36,6 +38,8 @@ pyyaml==6.0
# via cookiecutter
requests==2.28.1
# via cookiecutter
rich==13.5.3
# via cookiecutter
six==1.16.0
# via python-dateutil
text-unidecode==1.3
Expand Down

0 comments on commit 42f2e49

Please sign in to comment.