From 1ab1769eb46cecf02957d2a132f35b2ec7eaf1c0 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Wed, 29 Nov 2023 23:36:32 +0000 Subject: [PATCH 1/2] chore: cattrs is a direct dependency --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index b30c7ff1..f2bb3770 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1274,4 +1274,4 @@ ws = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "24c73f352815a40a121eb14a93183b1b257d33ea4cfc92908eaa303d62d36d92" +content-hash = "5cda6a52481cb05274ed06efec69ffe66392bd08dbea32f3fe22d28609484af8" diff --git a/pyproject.toml b/pyproject.toml index 9ad181da..709c9a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ readme = "README.md" # See https://github.com/MousaZeidBaker/poetry-plugin-up [tool.poetry.dependencies] python = ">=3.8" +cattrs = ">=23.1.2" lsprotocol = "2023.0.0" websockets = { version = ">=11.0.3", optional = true } From 618daefebd8bd6df71ec3e8b7a6c44c5259567ed Mon Sep 17 00:00:00 2001 From: David Hotham Date: Thu, 30 Nov 2023 21:31:17 +0000 Subject: [PATCH 2/2] chore: update pytest-asyncio --- poetry.lock | 8 ++++---- pyproject.toml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f2bb3770..842ef1e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -784,13 +784,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.0" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, - {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, + {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] [package.dependencies] @@ -1274,4 +1274,4 @@ ws = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "5cda6a52481cb05274ed06efec69ffe66392bd08dbea32f3fe22d28609484af8" +content-hash = "ab1b8b368f59bc08732b90a11a3082fc4659bf16b737b0406ef2647e6a88bc52" diff --git a/pyproject.toml b/pyproject.toml index 709c9a2a..ca1d9465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,7 @@ black = ">=23.11.0" # Note: `coverage` requires that your Python was built with system `sqlite` development files coverage = { version = ">=7.3.2", extras = ["toml"] } pytest = ">=7.4.3" -# TODO: tests freeze on v0.21.1 -pytest-asyncio = "0.21.0" +pytest-asyncio = ">=0.21.0" [tool.poetry.group.docs.dependencies] # TODO `sphinx>=7.26` needs python 3.9