diff --git a/poetry.lock b/poetry.lock index e5be3fc..cfd31f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alembic" @@ -1078,5 +1078,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.11" -content-hash = "38efd4ae19bb733b238b0df5378615df05d7ce8c9993f92acfedfec747c179d4" +python-versions = "^3.12" +content-hash = "fcdbec34d238888874359eab2c38928ecaf663f2dc59b972d0823018cac1fc06" diff --git a/pyproject.toml b/pyproject.toml index 844d1f1..010ac26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ authors = ["bebra_dev"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.12" fastapi = "^0.115.6" sqlalchemy = "^2.0.31" psycopg2-binary = "^2.9.9"