diff --git a/poetry.lock b/poetry.lock index 659de66..d0c9d72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alembic" -version = "1.13.0" +version = "1.13.1" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.0-py3-none-any.whl", hash = "sha256:a23974ea301c3ee52705db809c7413cecd165290c6679b9998dd6c74342ca23a"}, - {file = "alembic-1.13.0.tar.gz", hash = "sha256:ab4b3b94d2e1e5f81e34be8a9b7b7575fc9dd5398fccb0bef351ec9b14872623"}, + {file = "alembic-1.13.1-py3-none-any.whl", hash = "sha256:2edcc97bed0bd3272611ce3a98d98279e9c209e7186e43e75bbb1b2bdfdbcc43"}, + {file = "alembic-1.13.1.tar.gz", hash = "sha256:4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595"}, ] [package.dependencies] @@ -2081,7 +2081,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\""} +greenlet = {version = "!=0.4.17", markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""} typing-extensions = ">=4.2.0" [package.extras] @@ -2475,4 +2475,4 @@ test = ["pytest", "pytest-cov", "tox", "tox-docker"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b92b5e8b6214f871a5c0e9b95cfb31c58899d4ea663cbdfb03e4836d093a7125" +content-hash = "6d2b7612ab44c53f82500cc89c4f15a3ae89e912ec5e505f34a6c110ee32d420" diff --git a/pyproject.toml b/pyproject.toml index a6bf04b..5307b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tox-docker = {version = "^4.0.0", optional = true} Flask-SQLAlchemy = "^3.1.1" SQLAlchemy = {version = "^2.0.22"} psycopg2-binary = {version = "^2.9.7"} -alembic = "^1.12.1" +alembic = "^1.13.1" iso8601 = "^2.1.0" pydantic = "^1.10.12" Flask-Pydantic = "^0.11.0"