summary refs log tree commit diff
path: root/poetry.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-06 09:29:17 +0000
committerGitHub <noreply@github.com>2024-02-06 09:29:17 +0000
commit871f51c270726fb76502570dcbf919ce747721d1 (patch)
treeeedf0ed7bd22d8f933ae48146c101a0344234d5d /poetry.lock
parentBump dorny/paths-filter from 2 to 3 (#16869) (diff)
downloadsynapse-871f51c270726fb76502570dcbf919ce747721d1.tar.xz
Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885)
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index df1b42db81..c9e5ad9e15 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1212,17 +1212,17 @@ source = ["Cython (>=3.0.7)"]
 
 [[package]]
 name = "lxml-stubs"
-version = "0.4.0"
+version = "0.5.1"
 description = "Type annotations for the lxml package"
 optional = false
 python-versions = "*"
 files = [
-    {file = "lxml-stubs-0.4.0.tar.gz", hash = "sha256:184877b42127256abc2b932ba8bd0ab5ea80bd0b0fee618d16daa40e0b71abee"},
-    {file = "lxml_stubs-0.4.0-py3-none-any.whl", hash = "sha256:3b381e9e82397c64ea3cc4d6f79d1255d015f7b114806d4826218805c10ec003"},
+    {file = "lxml-stubs-0.5.1.tar.gz", hash = "sha256:e0ec2aa1ce92d91278b719091ce4515c12adc1d564359dfaf81efa7d4feab79d"},
+    {file = "lxml_stubs-0.5.1-py3-none-any.whl", hash = "sha256:1f689e5dbc4b9247cb09ae820c7d34daeb1fdbd1db06123814b856dae7787272"},
 ]
 
 [package.extras]
-test = ["coverage[toml] (==5.2)", "pytest (>=6.0.0)", "pytest-mypy-plugins (==1.9.3)"]
+test = ["coverage[toml] (>=7.2.5)", "mypy (>=1.2.0)", "pytest (>=7.3.0)", "pytest-mypy-plugins (>=1.10.1)"]
 
 [[package]]
 name = "markdown-it-py"