diff --git a/pyproject.toml b/pyproject.toml index 226c9f3ed..655071267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "unidiff>=0.7.4", - "pytest>=7.0.0,!=8.3.4", + "pytest>=7.0.0", "gitpython>=3.1.31", "libcst>=1.0.1", "jedi>=0.19.1", diff --git a/uv.lock b/uv.lock index c08cf5cb0..1c5d8a24c 100644 --- a/uv.lock +++ b/uv.lock @@ -317,7 +317,7 @@ requires-dist = [ { name = "posthog", specifier = ">=3.0.0" }, { name = "pydantic", specifier = ">=1.10.1" }, { name = "pygls", specifier = ">=1.3.1" }, - { name = "pytest", specifier = ">=7.0.0,!=8.3.4" }, + { name = "pytest", specifier = ">=7.0.0" }, { name = "pytest-asyncio", marker = "extra == 'asyncio'", specifier = ">=1.2.0" }, { name = "pytest-timeout", specifier = ">=2.1.0" }, { name = "rich", specifier = ">=13.8.1" }, @@ -593,7 +593,7 @@ name = "exceptiongroup" version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" } wheels = [