diff --git a/poetry.lock b/poetry.lock index 4de08d15..57adc05d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -44,7 +44,10 @@ files = [ [package.dependencies] lazy-object-proxy = ">=1.4.0" typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} -wrapt = {version = ">=1.11,<2", markers = "python_version < \"3.11\""} +wrapt = [ + {version = ">=1.11,<2", markers = "python_version < \"3.11\""}, + {version = ">=1.14,<2", markers = "python_version >= \"3.11\""}, +] [[package]] name = "babel" @@ -1385,7 +1388,10 @@ files = [ [package.dependencies] astroid = ">=2.15.8,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} -dill = {version = ">=0.2", markers = "python_version < \"3.11\""} +dill = [ + {version = ">=0.2", markers = "python_version < \"3.11\""}, + {version = ">=0.3.6", markers = "python_version >= \"3.11\""}, +] isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" @@ -2586,5 +2592,5 @@ psycopg2-binary = ["psycopg2-binary"] [metadata] lock-version = "2.0" -python-versions = ">=3.9,<3.11" -content-hash = "f19875085795e64ee524f3c293934eb0dcc2f6b2414c72f43768e793b4f1e32d" +python-versions = ">=3.9,<3.13" +content-hash = "f7ee7089fd21961c08f28ec1d40e3f8948b6e412786dd051b82d43ff33600f7f" diff --git a/pyproject.toml b/pyproject.toml index 9ffda646..459ddb0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ main = "c2cgeoform:main" c2cgeoform = "c2cgeoform.scaffolds:C2cgeoformTemplate" [tool.poetry.dependencies] -python = ">=3.9,<3.11" +python = ">=3.9,<3.13" babel = "2.15.0" colanderalchemy = "0.3.4" deform = "2.0.15"