11-r base.txt
22
3- Werkzeug[watchdog]==2.0.3 # https://github.com/pallets/werkzeug
3+ Werkzeug[watchdog]==2.1.2 # https://github.com/pallets/werkzeug
44ipdb==0.13.9 # https://github.com/gotcha/ipdb
55{%- if cookiecutter.database_engine == "postgresql" %}
66{%- if cookiecutter.use_docker == 'y' %}
@@ -18,36 +18,36 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod
1818
1919# Testing
2020# ------------------------------------------------------------------------------
21- mypy==0.950 # https://github.com/python/mypy
21+ mypy==0.971 # https://github.com/python/mypy
2222django-stubs==1.12.0 # https://github.com/typeddjango/django-stubs
2323pytest==7.1.2 # https://github.com/pytest-dev/pytest
24- pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
24+ pytest-sugar==0.9.5 # https://github.com/Frozenball/pytest-sugar
2525{%- if cookiecutter.use_drf == "y" %}
2626djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestframework-stubs
2727{%- endif %}
2828
2929# Documentation
3030# ------------------------------------------------------------------------------
31- sphinx==5.0.1 # https://github.com/sphinx-doc/sphinx
31+ sphinx==5.0.2 # https://github.com/sphinx-doc/sphinx
3232sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
3333
3434# Code quality
3535# ------------------------------------------------------------------------------
3636flake8==4.0.1 # https://github.com/PyCQA/flake8
3737flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort
38- coverage==6.4.1 # https://github.com/nedbat/coveragepy
38+ coverage==6.4.2 # https://github.com/nedbat/coveragepy
3939black==22.6.0 # https://github.com/psf/black
4040pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
4141{%- if cookiecutter.use_celery == 'y' %}
4242pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
4343{%- endif %}
44- pre-commit==2.19 .0 # https://github.com/pre-commit/pre-commit
44+ pre-commit==2.20 .0 # https://github.com/pre-commit/pre-commit
4545
4646# Django
4747# ------------------------------------------------------------------------------
4848factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy
4949
5050django-debug-toolbar==3.5.0 # https://github.com/jazzband/django-debug-toolbar
51- django-extensions==3.1.5 # https://github.com/django-extensions/django-extensions
51+ django-extensions==3.2.0 # https://github.com/django-extensions/django-extensions
5252django-coverage-plugin==2.0.3 # https://github.com/nedbat/django_coverage_plugin
5353pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django
0 commit comments