Skip to content

Commit

Permalink
Update black to 23.10.1 (#4639)
Browse files Browse the repository at this point in the history
* Update black from 23.10.0 to 23.10.1

* Update black from 23.10.0 to 23.10.1
  • Loading branch information
pyup-bot authored Oct 24, 2023
1 parent 88bcd2e commit 1f0b629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ binaryornot==0.4.4

# Code quality
# ------------------------------------------------------------------------------
black==23.10.0
black==23.10.1
isort==5.12.0
flake8==6.1.0
django-upgrade==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
flake8==6.1.0 # https://github.com/PyCQA/flake8
flake8-isort==6.1.0 # https://github.com/gforcada/flake8-isort
coverage==7.3.2 # https://github.com/nedbat/coveragepy
black==23.10.0 # https://github.com/psf/black
black==23.10.1 # https://github.com/psf/black
djlint==1.34.0 # https://github.com/Riverside-Healthcare/djLint
pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django
{%- if cookiecutter.use_celery == 'y' %}
Expand Down

0 comments on commit 1f0b629

Please sign in to comment.