From 4c6976d4800da0a61e390650a60b378dab0e187d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:30:30 +0000 Subject: [PATCH] build(deps): bump alembic from 1.13.3 to 1.14.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.3 to 1.14.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc52e4e0..2e7d83f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -156,13 +156,13 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.13.3" +version = "1.14.0" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, - {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, + {file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"}, + {file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"}, ] [package.dependencies] @@ -4192,4 +4192,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "9d2d68cd41d00732bca15175938452e8c4061bfb2c58d9f4cae1d40905cd86b8" +content-hash = "e5093490ce39a240d1193ec372e5924e8aa76ded789747a67d0012126f4db211" diff --git a/pyproject.toml b/pyproject.toml index be146d15..4273a26b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ advertools = "^0.14.1" xmltodict = "^0.13.0" sqlalchemy = "^2.0.35" psycopg2-binary = "^2.9.5" -alembic = "^1.13.1" +alembic = "^1.14.0" beautifulsoup4 = "^4.11.1" asyncio = "^3.4.3" tomli = "^2.0.1"