From 7f1946b58ebe486768c2166fb34f3cd2905bcbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:42:31 +0000 Subject: [PATCH] build(deps): bump alembic from 1.13.2 to 1.13.3 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.2 to 1.13.3. - [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-patch ... 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 ba72298c..ea8a9b2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -156,13 +156,13 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.13.2" +version = "1.13.3" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.2-py3-none-any.whl", hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953"}, - {file = "alembic-1.13.2.tar.gz", hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"}, + {file = "alembic-1.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, + {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, ] [package.dependencies] @@ -4028,4 +4028,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11.0,<3.13.0" -content-hash = "2d0704a55e51a7c6d608f42b4bfdf794eec3fbc6bd14e867c071afa8dbff78fc" +content-hash = "4899fea023d32980855fba2d18ad0a7f7a4e4e63406f1e8ce6d9d1baf9ee18b1" diff --git a/pyproject.toml b/pyproject.toml index 70a4324a..1fd4717e 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.13.3" beautifulsoup4 = "^4.11.1" asyncio = "^3.4.3" tomli = "^2.0.1"