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

build(deps): bump pip-tools from 5.5.0 to 6.0.1 #161

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions {{cookiecutter.project_slug}}/requirements.txt
Expand Up @@ -248,6 +248,8 @@ pathspec==0.8.0
# via black
pbr==5.5.0
# via stevedore
pep517==0.10.0
# via pip-tools
phonenumbers==8.12.19
# via -r {{cookiecutter.project_slug}}/requirements.in
phonenumberslite==8.12.10
Expand All @@ -256,7 +258,7 @@ pillow==8.1.1
# via wagtail
pip-api==0.0.14
# via isort
pip-tools==5.5.0
pip-tools==6.0.1
# via -r {{cookiecutter.project_slug}}/requirements.in
pipreqs==0.4.10
# via isort
Expand Down Expand Up @@ -400,6 +402,7 @@ titlecase==2.0.0
toml==0.10.1
# via
# black
# pep517
# pre-commit
# pytest
tomlkit==0.5.11
Expand All @@ -414,8 +417,6 @@ ua-parser==0.10.0
# via
# -r {{cookiecutter.project_slug}}/requirements.in
# user-agents
unidecode==1.1.1
# via wagtail
urllib3==1.25.10
# via requests
user-agents==2.2.0
Expand Down