Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 27, 2023
1 parent b3996b6 commit 593c7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bumpversion==0.5.3
codecov==2.1.12
coverage==6.5.0
flake8==4.0.1
isort==5.10.1
isort==5.11.4
mypy==0.991
tox==3.25.1
twine==3.1.1
Expand Down
21 changes: 1 addition & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,7 @@ flake8==4.0.1
# via -r requirements-dev.in
idna==2.10
# via requests
importlib-metadata==1.6.0
# via
# -c requirements.txt
# click
# flake8
# keyring
# pluggy
# tox
# twine
# virtualenv
isort==5.10.1
isort==5.11.4
# via -r requirements-dev.in
jeepney==0.8.0
# via
Expand Down Expand Up @@ -125,14 +115,9 @@ tqdm==4.64.0
# via twine
twine==3.1.1
# via -r requirements-dev.in
typed-ast==1.5.4
# via
# black
# mypy
typing-extensions==4.3.0
# via
# -c requirements.txt
# black
# mypy
urllib3==1.26.12
# via requests
Expand All @@ -142,10 +127,6 @@ webencodings==0.5.1
# via bleach
wheel==0.38.4
# via -r requirements-dev.in
zipp==3.8.1
# via
# -c requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 593c7fe

Please sign in to comment.