diff --git a/pyproject.toml b/pyproject.toml index 15a9f0471..0fe0e63cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "PyYAML==6.0.3", "SQLAlchemy==2.0.45", "aiofiles==25.1.0", - "alembic==1.17.2", + "alembic==1.18.0", "aniso8601==10.0.1", "appdirs==1.4.4", "apprise==1.9.6", diff --git a/uv.lock b/uv.lock index a01d60d1e..f029b4c1f 100644 --- a/uv.lock +++ b/uv.lock @@ -13,16 +13,16 @@ wheels = [ [[package]] name = "alembic" -version = "1.17.2" +version = "1.18.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "mako" }, { name = "sqlalchemy" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/02/a6/74c8cadc2882977d80ad756a13857857dbcf9bd405bc80b662eb10651282/alembic-1.17.2.tar.gz", hash = "sha256:bbe9751705c5e0f14877f02d46c53d10885e377e3d90eda810a016f9baa19e8e", size = 1988064, upload-time = "2025-11-14T20:35:04.057Z" } +sdist = { url = "https://files.pythonhosted.org/packages/70/a5/57f989c26c078567a08f1d88c337acfcb69c8c9cac6876a34054f35b8112/alembic-1.18.0.tar.gz", hash = "sha256:0c4c03c927dc54d4c56821bdcc988652f4f63bf7b9017fd9d78d63f09fd22b48", size = 2043788, upload-time = "2026-01-09T21:22:23.683Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ba/88/6237e97e3385b57b5f1528647addea5cc03d4d65d5979ab24327d41fb00d/alembic-1.17.2-py3-none-any.whl", hash = "sha256:f483dd1fe93f6c5d49217055e4d15b905b425b6af906746abb35b69c1996c4e6", size = 248554, upload-time = "2025-11-14T20:35:05.699Z" }, + { url = "https://files.pythonhosted.org/packages/ed/fd/68773667babd452fb48f974c4c1f6e6852c6e41bcf622c745faca1b06605/alembic-1.18.0-py3-none-any.whl", hash = "sha256:3993fcfbc371aa80cdcf13f928b7da21b1c9f783c914f03c3c6375f58efd9250", size = 260967, upload-time = "2026-01-09T21:22:25.333Z" }, ] [[package]] @@ -886,7 +886,7 @@ docs = [ [package.metadata] requires-dist = [ { name = "aiofiles", specifier = "==25.1.0" }, - { name = "alembic", specifier = "==1.17.2" }, + { name = "alembic", specifier = "==1.18.0" }, { name = "aniso8601", specifier = "==10.0.1" }, { name = "appdirs", specifier = "==1.4.4" }, { name = "apprise", specifier = "==1.9.6" },