diff --git a/poetry.lock b/poetry.lock index ba629ed..f5c55de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "alabaster" @@ -558,7 +558,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "sys_platform == \"win32\" or os_name == \"nt\" or platform_system == \"Windows\""} +markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\"", dev = "sys_platform == \"win32\" or os_name == \"nt\" or platform_system == \"Windows\""} [[package]] name = "comm" @@ -2991,7 +2991,7 @@ files = [ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] -markers = {main = "python_version < \"3.11\" or python_full_version >= \"3.11.3\" and (extra == \"docs\" or extra == \"regular\") or extra == \"docs\""} +markers = {main = "python_full_version >= \"3.11.3\" and python_version < \"3.14\" and (extra == \"regular\" or extra == \"docs\") or python_full_version >= \"3.11.3\" and (extra == \"docs\" or extra == \"regular\") or extra == \"docs\" or python_version < \"3.11\""} [[package]] name = "uri-template"