Skip to content

Commit

Permalink
build(deps-dev): bump isort from 5.13.0 to 5.13.2
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.13.0 to 5.13.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.0...5.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent a7be258 commit 263147e
Showing 1 changed file with 5 additions and 40 deletions.
45 changes: 5 additions & 40 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile requirements.dev.in
#
annotated-types==0.6.0
# via pydantic
attrs==21.2.0
# via
# jsonschema
Expand All @@ -18,8 +16,6 @@ black==23.7.0
# via -r requirements.dev.in
build==0.8.0
# via pip-tools
cerberus==1.3.5
# via plette
certifi==2020.4.5.1
# via
# -c requirements.prod.txt
Expand All @@ -43,9 +39,7 @@ click==8.1.0
cryptography==41.0.4
# via paramiko
distlib==0.3.4
# via
# requirementslib
# virtualenv
# via virtualenv
distro==1.7.0
# via docker-compose
docker[ssh]==5.0.3
Expand All @@ -57,9 +51,7 @@ docker-compose==1.29.2
dockerpty==0.4.1
# via docker-compose
docopt==0.6.2
# via
# docker-compose
# pipreqs
# via docker-compose
exceptiongroup==1.2.0
# via pytest
filelock==3.4.0
Expand All @@ -78,7 +70,7 @@ idna==2.9
# requests
iniconfig==1.1.1
# via pytest
isort==5.13.0
isort==5.13.2
# via -r requirements.dev.in
jsonschema==3.2.0
# via docker-compose
Expand All @@ -98,22 +90,13 @@ paramiko==2.10.3
pathspec==0.9.0
# via black
pep517==0.12.0
# via
# build
# requirementslib
pip-api==0.0.30
# via isort
# via build
pip-tools==7.0.0
# via -r requirements.dev.in
pipreqs==0.4.13
# via isort
platformdirs==2.4.0
# via
# black
# requirementslib
# virtualenv
plette[validation]==0.4.4
# via requirementslib
pluggy==1.0.0
# via pytest
pre-commit==3.3.3
Expand All @@ -122,10 +105,6 @@ pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pyflakes==3.0.1
# via flake8
pynacl==1.5.0
Expand Down Expand Up @@ -157,10 +136,6 @@ requests==2.25.0
# -c requirements.prod.txt
# docker
# docker-compose
# requirementslib
# yarg
requirementslib==3.0.0
# via isort
six==1.14.0
# via
# -c requirements.prod.txt
Expand All @@ -182,16 +157,8 @@ tomli==1.2.3
# pep517
# pip-tools
# pytest
tomlkit==0.12.3
# via
# plette
# requirementslib
typing-extensions==4.9.0
# via
# annotated-types
# black
# pydantic
# pydantic-core
# via black
urllib3==1.26.5
# via
# -c requirements.prod.txt
Expand All @@ -204,8 +171,6 @@ websocket-client==0.59.0
# docker-compose
wheel==0.38.1
# via pip-tools
yarg==0.1.9
# via pipreqs

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 263147e

Please sign in to comment.