From f6560826d65a418e5b8aa43a7739557677b5c288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 20:51:21 +0000 Subject: [PATCH] Bump alembic from 1.7.7 to 1.8.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.7.7 to 1.8.1. - [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 3976c040..f8dc1e23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8,11 +8,11 @@ python-versions = "*" [[package]] name = "alembic" -version = "1.7.7" +version = "1.8.1" description = "A database migration tool for SQLAlchemy." category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] importlib-metadata = {version = "*", markers = "python_version < \"3.9\""} @@ -1616,7 +1616,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7, <3.11" -content-hash = "5c4c6b3d097548142731515063543f60c95a2bf4befb16210ed4ccbc8022f6de" +content-hash = "438ae210d2e779e47cf6f0b67c13a7d035c86ce75999c0b0698b0fcb36d93896" [metadata.files] alabaster = [ @@ -1624,8 +1624,8 @@ alabaster = [ {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"}, ] alembic = [ - {file = "alembic-1.7.7-py3-none-any.whl", hash = "sha256:29be0856ec7591c39f4e1cb10f198045d890e6e2274cf8da80cb5e721a09642b"}, - {file = "alembic-1.7.7.tar.gz", hash = "sha256:4961248173ead7ce8a21efb3de378f13b8398e6630fab0eb258dc74a8af24c58"}, + {file = "alembic-1.8.1-py3-none-any.whl", hash = "sha256:0a024d7f2de88d738d7395ff866997314c837be6104e90c5724350313dee4da4"}, + {file = "alembic-1.8.1.tar.gz", hash = "sha256:cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa"}, ] anyio = [ {file = "anyio-3.5.0-py3-none-any.whl", hash = "sha256:b5fa16c5ff93fa1046f2eeb5bbff2dad4d3514d6cda61d02816dba34fa8c3c2e"}, diff --git a/pyproject.toml b/pyproject.toml index 9b7d5991..79ff6758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ uvicorn = {extras = ["standard"], version = "^0.17.5"} gunicorn = "^20.0.4" pydantic = {extras = ["email"], version = "^1.9.2"} SQLAlchemy = ">1.3.23, <1.4" # 1.4 is big update, requires SQLAlchemy-Utils support -alembic = "^1.5.4" +alembic = "^1.8.1" python-multipart = "^0.0.5" python-jose = {extras = ["cryptography"], version = "^3.2.0"} passlib = {extras = ["argon2"], version = "^1.7.4"}