summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 11:00:15 +0000
committerGitHub <noreply@github.com>2024-01-22 11:00:15 +0000
commitea1f5958fef5c4c56ffceeb8946449edf45a8f97 (patch)
treeea0e1a5230f90b22f13a06672adcaba2cefc2325
parentBump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118 (#16834) (diff)
downloadsynapse-ea1f5958fef5c4c56ffceeb8946449edf45a8f97.tar.xz
Bump isort from 5.13.1 to 5.13.2 (#16835)
-rw-r--r--poetry.lock9
1 files changed, 6 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock
index d91a0ff72c..7b490647a7 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -895,15 +895,18 @@ scripts = ["click (>=6.0)", "twisted (>=16.4.0)"]
 
 [[package]]
 name = "isort"
-version = "5.13.1"
+version = "5.13.2"
 description = "A Python utility / library to sort Python imports."
 optional = false
 python-versions = ">=3.8.0"
 files = [
-    {file = "isort-5.13.1-py3-none-any.whl", hash = "sha256:56a51732c25f94ca96f6721be206dd96a95f42950502eb26c1015d333bc6edb7"},
-    {file = "isort-5.13.1.tar.gz", hash = "sha256:aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263"},
+    {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
+    {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
 ]
 
+[package.extras]
+colors = ["colorama (>=0.4.6)"]
+
 [[package]]
 name = "jaeger-client"
 version = "4.8.0"