diff options
author | 2022-11-21 17:05:22 +0000 | |
---|---|---|
committer | 2022-11-21 17:05:22 +0000 | |
commit | 16ec190ac3095b8f9d292691eca2e6ad3779c291 (patch) | |
tree | 9f1206571473192554abf8eaf655c891bd996319 | |
parent | Merge pull request #1151 from python-discord/latex-url (diff) |
Bump flake8-isort from 5.0.0 to 5.0.3 (#1152)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 1d9a8de2..41ea4f92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -341,7 +341,7 @@ pydocstyle = ">=2.1" [[package]] name = "flake8-isort" -version = "5.0.0" +version = "5.0.3" description = "flake8 plugin that integrates isort ." category = "dev" optional = false @@ -923,7 +923,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "866416c46fd952683dbcf234dfeba54ec99f249e47eb06d89278a9fe85b31b44" +content-hash = "6052b745fdbde186792f0e933a51342a9a91844fc83950d0ecf2db28d3995a4f" [metadata.files] aiodns = [ @@ -1163,8 +1163,8 @@ flake8-docstrings = [ {file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"}, ] flake8-isort = [ - {file = "flake8-isort-5.0.0.tar.gz", hash = "sha256:e336f928c7edc509684930ab124414194b7f4e237c712af8fcbdf49d8747b10c"}, - {file = "flake8_isort-5.0.0-py3-none-any.whl", hash = "sha256:c73f9cbd1bf209887f602a27b827164ccfeba1676801b2aa23cb49051a1be79c"}, + {file = "flake8-isort-5.0.3.tar.gz", hash = "sha256:0951398c343c67f4933407adbbfb495d4df7c038650c5d05753a006efcfeb390"}, + {file = "flake8_isort-5.0.3-py3-none-any.whl", hash = "sha256:8c4ab431d87780d0c8336e9614e50ef11201bc848ef64ca017532dec39d4bf49"}, ] flake8-string-format = [ {file = "flake8-string-format-0.3.0.tar.gz", hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2"}, diff --git a/pyproject.toml b/pyproject.toml index 5120e010..893ad2a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ flake8-docstrings = "1.6.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" flake8-todo = "0.7" -flake8-isort = "5.0.0" +flake8-isort = "5.0.3" pep8-naming = "0.13.2" pip-licenses = "4.0.1" pre-commit = "2.20.0" |