Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump isort from 5.13.0 to 5.13.2 #1006

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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