django-components/requirements-dev.txt
dependabot[bot] ce33c743e2
Bump tox from 3.24.2 to 3.24.3
Bumps [tox](https://github.com/tox-dev/tox) from 3.24.2 to 3.24.3.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.2...3.24.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 17:01:06 +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.6
# via -r requirements-dev.in
filelock==3.0.12
# via
# tox
# virtualenv
flake8==3.9.2
# via -r requirements-dev.in
iniconfig==1.1.1
# via pytest
isort==5.9.3
# 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.7.0
# via flake8
pyflakes==2.3.1
# via flake8
pyparsing==2.4.7
# via packaging
pytest==6.2.4
# via -r requirements-dev.in
pytz==2021.1
# via django
six==1.15.0
# via
# tox
# virtualenv
sqlparse==0.4.1
# via django
toml==0.10.2
# via
# pytest
# tox
tox==3.24.3
# via -r requirements-dev.in
virtualenv==20.4.3
# via tox