Skip to content

Commit

Permalink
chore(deps-dev): Bump isort from 5.10.1 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.12.0.
- [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.12.0)

---
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 Feb 6, 2023
1 parent 6202f04 commit 2ab524f
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
Expand Up @@ -9,7 +9,7 @@ bumpversion==0.5.3
codecov==2.1.12
coverage==7.1.0
flake8==4.0.1
isort==5.10.1
isort==5.12.0
mypy==0.991
tox==3.25.1
twine==3.1.1
Expand Down
21 changes: 1 addition & 20 deletions requirements-dev.txt
Expand Up @@ -47,17 +47,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.12.0
# via -r requirements-dev.in
jeepney==0.8.0
# via
Expand Down Expand Up @@ -126,10 +116,6 @@ tqdm==4.64.0
# via twine
twine==3.1.1
# via -r requirements-dev.in
typed-ast==1.5.4
# via
# black
# mypy
types-jsonschema==4.17.0.3
# via -r requirements-dev.in
types-pyopenssl==23.0.0.2
Expand All @@ -139,7 +125,6 @@ types-pytz==2022.7.1.0
typing-extensions==4.3.0
# via
# -c requirements.txt
# black
# mypy
urllib3==1.26.12
# via requests
Expand All @@ -149,10 +134,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 2ab524f

Please sign in to comment.