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

Bump isort from 5.12.0 to 5.13.2 in /dev_requirements #670

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==24.4.0
# via -r requirements-formatting.in
click==8.1.7
# via black
isort==5.12.0
isort==5.13.2
# via -r requirements-formatting.in
mypy-extensions==1.0.0
# via black
Expand Down
6 changes: 5 additions & 1 deletion dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ astroid==3.1.0
# via pylint
dill==0.3.7
# via pylint
isort==5.12.0
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
platformdirs==3.10.0
# via pylint
pylint==3.1.0
# via -r requirements-linting.in
tomli==2.0.1
# via pylint
tomlkit==0.12.1
# via pylint
typing-extensions==4.9.0
# via astroid
Loading