From 01d334fb358c889cfce84c41fcbbaf02ff26da16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:03:36 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.18.5 to 1.19.0 in /discord Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.18.5 to 1.19.0. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- discord/poetry.lock | 8 ++++---- discord/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/discord/poetry.lock b/discord/poetry.lock index f1b2ed41f4..2cec48fac9 100644 --- a/discord/poetry.lock +++ b/discord/poetry.lock @@ -207,14 +207,14 @@ typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""} [[package]] name = "alembic" -version = "1.18.5" +version = "1.19.0" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "alembic-1.18.5-py3-none-any.whl", hash = "sha256:06d8ba9d04558022f5395e9317de03d270f3dced49cee01f89fe7a13c26f14bc"}, - {file = "alembic-1.18.5.tar.gz", hash = "sha256:1554982221dd17e9a749b53902407578eb305e453f71999e8c7f0a48389fff8e"}, + {file = "alembic-1.19.0-py3-none-any.whl", hash = "sha256:cf839d3849116aab3cc047e09c6968b9bd6b2fde61b6bb7c1e97352fe5503580"}, + {file = "alembic-1.19.0.tar.gz", hash = "sha256:6487c612fc719dcfa22b17d2dd5b2b458929641e6aa2f0b65b135727f5e6d501"}, ] [package.dependencies] @@ -1490,4 +1490,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7e51608a78033a903666ad918249fff48edbd3b3fc87b953887fb16fec88a0a7" +content-hash = "668e0336e8f23aee57c92f0183421ceec39501b3dbe55e52f61e7a5cf25f4f7a" diff --git a/discord/pyproject.toml b/discord/pyproject.toml index b2fcbde0ad..e572de2d54 100644 --- a/discord/pyproject.toml +++ b/discord/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.11" discord-py = "^2.7.1" sqlalchemy = {extras = ["postgresql-asyncpg"], version = "^2.0.51"} aiohttp-jinja2 = "^1.6" -alembic = "^1.18.5" +alembic = "^1.19.0" [tool.poetry.group.dev.dependencies]