fix(deps): update dependency alembic to v1.18.1 (#6878)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-16 13:29:38 -06:00
committed by GitHub
parent 3e306638d0
commit a0e336edcb
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"PyYAML==6.0.3",
"SQLAlchemy==2.0.45",
"aiofiles==25.1.0",
"alembic==1.18.0",
"alembic==1.18.1",
"aniso8601==10.0.1",
"appdirs==1.4.4",
"apprise==1.9.6",

8
uv.lock generated
View File

@@ -13,16 +13,16 @@ wheels = [
[[package]]
name = "alembic"
version = "1.18.0"
version = "1.18.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "mako" },
{ name = "sqlalchemy" },
{ name = "typing-extensions" },
]
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" }
sdist = { url = "https://files.pythonhosted.org/packages/49/cc/aca263693b2ece99fa99a09b6d092acb89973eb2bb575faef1777e04f8b4/alembic-1.18.1.tar.gz", hash = "sha256:83ac6b81359596816fb3b893099841a0862f2117b2963258e965d70dc62fb866", size = 2044319, upload-time = "2026-01-14T18:53:14.907Z" }
wheels = [
{ 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" },
{ url = "https://files.pythonhosted.org/packages/83/36/cd9cb6101e81e39076b2fbe303bfa3c85ca34e55142b0324fcbf22c5c6e2/alembic-1.18.1-py3-none-any.whl", hash = "sha256:f1c3b0920b87134e851c25f1f7f236d8a332c34b75416802d06971df5d1b7810", size = 260973, upload-time = "2026-01-14T18:53:17.533Z" },
]
[[package]]
@@ -886,7 +886,7 @@ docs = [
[package.metadata]
requires-dist = [
{ name = "aiofiles", specifier = "==25.1.0" },
{ name = "alembic", specifier = "==1.18.0" },
{ name = "alembic", specifier = "==1.18.1" },
{ name = "aniso8601", specifier = "==10.0.1" },
{ name = "appdirs", specifier = "==1.4.4" },
{ name = "apprise", specifier = "==1.9.6" },