diff --git a/poetry.lock b/poetry.lock index dc9e696..9edc347 100644 --- a/poetry.lock +++ b/poetry.lock @@ -203,22 +203,21 @@ pyflakes = ">=2.3.0,<2.4.0" [[package]] name = "flake8-isort" -version = "3.0.1" -description = "flake8 plugin that integrates isort ." +version = "6.1.1" +description = "flake8 plugin that integrates isort" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "flake8-isort-3.0.1.tar.gz", hash = "sha256:5d976da513cc390232ad5a9bb54aee8a092466a15f442d91dfc525834bee727a"}, - {file = "flake8_isort-3.0.1-py2.py3-none-any.whl", hash = "sha256:df1dd6dd73f6a8b128c9c783356627231783cccc82c13c6dc343d1a5a491699b"}, + {file = "flake8_isort-6.1.1-py3-none-any.whl", hash = "sha256:0fec4dc3a15aefbdbe4012e51d5531a2eb5fa8b981cdfbc882296a59b54ede12"}, + {file = "flake8_isort-6.1.1.tar.gz", hash = "sha256:c1f82f3cf06a80c13e1d09bfae460e9666255d5c780b859f19f8318d420370b3"}, ] [package.dependencies] -flake8 = ">=3.2.1,<4" -isort = {version = ">=4.3.5,<5", extras = ["pyproject"]} -testfixtures = ">=6.8.0,<7" +flake8 = "*" +isort = ">=5.0.0,<6" [package.extras] -test = ["pytest (>=4.0.2,<6)"] +test = ["pytest"] [[package]] name = "iniconfig" @@ -233,23 +232,17 @@ files = [ [[package]] name = "isort" -version = "4.3.21" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.8.0" files = [ - {file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"}, - {file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, + {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] -[package.dependencies] -toml = {version = "*", optional = true, markers = "extra == \"pyproject\""} - [package.extras] -pipfile = ["pipreqs", "requirementslib"] -pyproject = ["toml"] -requirements = ["pip-api", "pipreqs"] -xdg-home = ["appdirs (>=1.4.0)"] +colors = ["colorama (>=0.4.6)"] [[package]] name = "mccabe" @@ -462,22 +455,6 @@ files = [ dev = ["build", "hatch"] doc = ["sphinx"] -[[package]] -name = "testfixtures" -version = "6.18.5" -description = "A collection of helpers and mock objects for unit tests and doc tests." -optional = false -python-versions = "*" -files = [ - {file = "testfixtures-6.18.5-py2.py3-none-any.whl", hash = "sha256:7de200e24f50a4a5d6da7019fb1197aaf5abd475efb2ec2422fdcf2f2eb98c1d"}, - {file = "testfixtures-6.18.5.tar.gz", hash = "sha256:02dae883f567f5b70fd3ad3c9eefb95912e78ac90be6c7444b5e2f46bf572c84"}, -] - -[package.extras] -build = ["setuptools-git", "twine", "wheel"] -docs = ["django", "django (<2)", "mock", "sphinx", "sybil", "twisted", "zope.component"] -test = ["django", "django (<2)", "mock", "pytest (>=3.6)", "pytest-cov", "pytest-django", "sybil", "twisted", "zope.component"] - [[package]] name = "toml" version = "0.10.2" @@ -572,4 +549,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "9c23153d8e5e110b81dfea56f06c71d8c8a195fe04da7c43b4ccd0b675543d22" +content-hash = "407dc2912a13b6326f81dcec7e39aed1554d804f45637a44f9c767e3c585957b" diff --git a/pyproject.toml b/pyproject.toml index 1bcdb48..6da412a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ mock = "^5.1.0" tox = "^4.23.2" flake8 = "^3.8.3" toml = "^0.10.1" -flake8-isort = "^3.0.0" +flake8-isort = "^6.1.1" pytest = ">=5.4.0" pytest-django = "4.9.0" coverage = "^7.6.9"