From f2a715fa038baaaa88baa809739eb6707e6c8535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:30:43 -0400 Subject: [PATCH] chore(deps-dev): bump reorder-python-imports from 3.12.0 to 3.13.0 (#483) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2da25b8..00b8654 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1483,13 +1483,13 @@ files = [ [[package]] name = "reorder-python-imports" -version = "3.12.0" +version = "3.13.0" description = "Tool for reordering python imports" optional = false python-versions = ">=3.8" files = [ - {file = "reorder_python_imports-3.12.0-py2.py3-none-any.whl", hash = "sha256:930c23a42192b365e20e191a4d304d93e645bd44c242d8bc64accc4a3b2b0f3d"}, - {file = "reorder_python_imports-3.12.0.tar.gz", hash = "sha256:f93106a662b0c034ca81c91fd1c2f21a1e94ece47c9f192672e2a13c8ec1856c"}, + {file = "reorder_python_imports-3.13.0-py2.py3-none-any.whl", hash = "sha256:cc20b1fe4f7fde98f3725d7e4588ae8a553f4824d72e1c5c3a2e3eb2bf382bca"}, + {file = "reorder_python_imports-3.13.0.tar.gz", hash = "sha256:994235fe9273373af6df7290de6a362a2426eb9bb800f5197367fe54b081f4d9"}, ] [package.dependencies] @@ -1880,4 +1880,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "2ca08731cf93a305677b3690d5848e649d6f580294290a479bc0ccb79d6a0f6b" +content-hash = "6101ccd3306052dfe9676aeff5198d99dff4c16072d598bad960110b34b822f8" diff --git a/pyproject.toml b/pyproject.toml index 02ef185..0ff70f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.14.1" darglint = "^1.8.1" -reorder-python-imports = "^3.9.0" +reorder-python-imports = "^3.13.0" pre-commit-hooks = "^4.6.0" Pygments = "^2.18.0" pyupgrade = "^3.15.2"