mirror of
https://github.com/django-components/django-components.git
synced 2025-09-27 07:59:08 +00:00
Bump isort from 5.12.0 to 5.13.0
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.0. - [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.12.0...5.13.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
89b7ade415
commit
77a1fe1870
1 changed files with 48 additions and 2 deletions
|
@ -4,20 +4,32 @@
|
||||||
#
|
#
|
||||||
# pip-compile requirements-dev.in
|
# pip-compile requirements-dev.in
|
||||||
#
|
#
|
||||||
|
annotated-types==0.6.0
|
||||||
|
# via pydantic
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
# via django
|
# via django
|
||||||
cachetools==5.3.1
|
cachetools==5.3.1
|
||||||
# via tox
|
# via tox
|
||||||
|
cerberus==1.3.5
|
||||||
|
# via plette
|
||||||
|
certifi==2023.11.17
|
||||||
|
# via requests
|
||||||
cfgv==3.3.1
|
cfgv==3.3.1
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
# via tox
|
# via tox
|
||||||
|
charset-normalizer==3.3.2
|
||||||
|
# via requests
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
# via tox
|
# via tox
|
||||||
distlib==0.3.7
|
distlib==0.3.7
|
||||||
# via virtualenv
|
# via
|
||||||
|
# requirementslib
|
||||||
|
# virtualenv
|
||||||
django==5.0
|
django==5.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
docopt==0.6.2
|
||||||
|
# via pipreqs
|
||||||
filelock==3.12.3
|
filelock==3.12.3
|
||||||
# via
|
# via
|
||||||
# tox
|
# tox
|
||||||
|
@ -26,9 +38,11 @@ flake8==6.1.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.11
|
identify==2.5.11
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
idna==3.6
|
||||||
|
# via requests
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
# via pytest
|
# via pytest
|
||||||
isort==5.12.0
|
isort==5.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
# via flake8
|
# via flake8
|
||||||
|
@ -39,10 +53,19 @@ packaging==23.1
|
||||||
# pyproject-api
|
# pyproject-api
|
||||||
# pytest
|
# pytest
|
||||||
# tox
|
# tox
|
||||||
|
pep517==0.13.1
|
||||||
|
# via requirementslib
|
||||||
|
pip-api==0.0.30
|
||||||
|
# via isort
|
||||||
|
pipreqs==0.4.13
|
||||||
|
# via isort
|
||||||
platformdirs==3.10.0
|
platformdirs==3.10.0
|
||||||
# via
|
# via
|
||||||
|
# requirementslib
|
||||||
# tox
|
# tox
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
plette[validation]==0.4.4
|
||||||
|
# via requirementslib
|
||||||
pluggy==1.3.0
|
pluggy==1.3.0
|
||||||
# via
|
# via
|
||||||
# pytest
|
# pytest
|
||||||
|
@ -51,6 +74,10 @@ pre-commit==3.6.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pycodestyle==2.11.0
|
pycodestyle==2.11.0
|
||||||
# via flake8
|
# via flake8
|
||||||
|
pydantic==2.5.2
|
||||||
|
# via requirementslib
|
||||||
|
pydantic-core==2.14.5
|
||||||
|
# via pydantic
|
||||||
pyflakes==3.1.0
|
pyflakes==3.1.0
|
||||||
# via flake8
|
# via flake8
|
||||||
pyproject-api==1.6.1
|
pyproject-api==1.6.1
|
||||||
|
@ -59,14 +86,33 @@ pytest==7.4.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
requests==2.31.0
|
||||||
|
# via
|
||||||
|
# requirementslib
|
||||||
|
# yarg
|
||||||
|
requirementslib==3.0.0
|
||||||
|
# via isort
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
# via django
|
# via django
|
||||||
|
tomlkit==0.12.3
|
||||||
|
# via
|
||||||
|
# plette
|
||||||
|
# requirementslib
|
||||||
tox==4.11.4
|
tox==4.11.4
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
typing-extensions==4.9.0
|
||||||
|
# via
|
||||||
|
# pydantic
|
||||||
|
# pydantic-core
|
||||||
|
urllib3==2.1.0
|
||||||
|
# via requests
|
||||||
virtualenv==20.24.3
|
virtualenv==20.24.3
|
||||||
# via
|
# via
|
||||||
# pre-commit
|
# pre-commit
|
||||||
# tox
|
# tox
|
||||||
|
yarg==0.1.9
|
||||||
|
# via pipreqs
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
|
# pip
|
||||||
# setuptools
|
# setuptools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue