Skip to content

Commit 6253ed4

Browse files
committed
lsp: bump pytest-lsp version
1 parent c9a547d commit 6253ed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/esbonio/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = ["esbonio"]
1010

1111
[envs.hatch-test]
1212
default-args = ["tests/server"]
13-
extra-dependencies = ["pytest-lsp>=1.0b0", "pytest-asyncio<1"]
13+
extra-dependencies = ["pytest-lsp>=1.0", "pytest-asyncio>=1"]
1414
matrix-name-format = "{variable}{value}"
1515

1616
[envs.hatch-test.env-vars]

lib/esbonio/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
1111
license = { text = "MIT" }
1212
authors = [{ name = "Alex Carney", email = "[email protected]" }]
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"License :: OSI Approved :: MIT License",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",
@@ -42,7 +42,7 @@ dependencies = [
4242
esbonio = "esbonio.server.cli:main"
4343

4444
[project.optional-dependencies]
45-
typecheck = ["mypy", "pytest-lsp>=1.0b0", "types-docutils", "types-pygments"]
45+
typecheck = ["mypy", "pytest-lsp>=1.0", "types-docutils", "types-pygments"]
4646

4747
[tool.coverage.run]
4848
parallel = true

0 commit comments

Comments
 (0)