django-components/requirements-dev.txt
dependabot[bot] df66ed16e5
Bump tox from 3.25.0 to 3.25.1
Bumps [tox](https://github.com/tox-dev/tox) from 3.25.0 to 3.25.1.
- [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.25.0...3.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 17:01:44 +00:00

62 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.5.0
# via django
attrs==20.3.0
# via pytest
distlib==0.3.1
# via virtualenv
django==4.0.5
# 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==7.1.2
# via -r requirements-dev.in
six==1.15.0
# via
# tox
# virtualenv
sqlparse==0.4.2
# via django
toml==0.10.2
# via tox
tomli==2.0.0
# via pytest
tox==3.25.1
# via -r requirements-dev.in
virtualenv==20.4.3
# via tox