django-components/requirements-dev.txt
dependabot[bot] d4bedcb74e
Bump isort from 5.10.0 to 5.10.1
Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.10.0...5.10.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 17:01:36 +00:00

64 lines
1 KiB
Text

#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements-dev.in
#
appdirs==1.4.4
# via virtualenv
asgiref==3.3.4
# via django
attrs==20.3.0
# via pytest
distlib==0.3.1
# via virtualenv
django==3.2.9
# via -r requirements-dev.in
filelock==3.0.12
# via
# tox
# virtualenv
flake8==4.0.1
# via -r requirements-dev.in
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8
packaging==20.9
# via
# pytest
# tox
pluggy==0.13.1
# via
# pytest
# tox
py==1.10.0
# via
# pytest
# tox
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via -r requirements-dev.in
pytz==2021.1
# via django
six==1.15.0
# via
# tox
# virtualenv
sqlparse==0.4.2
# via django
toml==0.10.2
# via
# pytest
# tox
tox==3.24.4
# via -r requirements-dev.in
virtualenv==20.4.3
# via tox