From dd34099aa752ea40e3e20c3d367b6515440c6a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:29:02 +0000 Subject: [PATCH] Bump alembic from 1.8.1 to 1.9.2 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.8.1 to 1.9.2. - [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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e267da5e..c005f458 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "alembic" -version = "1.8.1" +version = "1.9.2" description = "A database migration tool for SQLAlchemy." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.8.1-py3-none-any.whl", hash = "sha256:0a024d7f2de88d738d7395ff866997314c837be6104e90c5724350313dee4da4"}, - {file = "alembic-1.8.1.tar.gz", hash = "sha256:cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa"}, + {file = "alembic-1.9.2-py3-none-any.whl", hash = "sha256:e8a6ff9f3b1887e1fed68bfb8fb9a000d8f61c21bdcc85b67bb9f87fcbc4fce3"}, + {file = "alembic-1.9.2.tar.gz", hash = "sha256:6880dec4f28dd7bd999d2ed13fbe7c9d4337700a44d11a524c0ce0c59aaf0dbd"}, ] [package.dependencies] @@ -1528,7 +1528,7 @@ mssql = ["pyodbc"] mssql-pymssql = ["pymssql"] mssql-pyodbc = ["pyodbc"] mysql = ["mysqlclient"] -oracle = ["cx_oracle"] +oracle = ["cx-oracle"] postgresql = ["psycopg2"] postgresql-pg8000 = ["pg8000 (<1.16.6)"] postgresql-psycopg2binary = ["psycopg2-binary"] @@ -1810,4 +1810,4 @@ pg-binary = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "1af8094e3354891337d223fd42c4dc0b7e7bdc4d8af461fa02eb484626c62f55" +content-hash = "7f21137717f077ca1b2a7f5ca6b5de8a5fdce4911a3810102e52246937117112" diff --git a/pyproject.toml b/pyproject.toml index 33e6272b..704be801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ repository = "https://github.com/ThePalaceProject/library-registry" version = "0" # Version number is managed with tags in git [tool.poetry.dependencies] -alembic = "^1.8.1" +alembic = "^1.9.2" aws-xray-sdk = "<2.12" bcrypt = "3.2.0" boto3 = "^1.26.16"