diff options
author | 2023-04-08 19:09:17 +0000 | |
---|---|---|
committer | 2023-04-08 19:09:17 +0000 | |
commit | 142711981408e46fcfe81a79a62bfa773dd1dc21 (patch) | |
tree | 9a7208276ed11e5be05975741d832b7bcfe77432 | |
parent | Bump pydis-core from 9.4.1 to 9.5.1 (#42) (diff) |
Bump alembic from 1.10.2 to 1.10.3 (#47)
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.2 to 1.10.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 9fc39e6..bbd34da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -141,14 +141,14 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.10.2" +version = "1.10.3" description = "A database migration tool for SQLAlchemy." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.10.2-py3-none-any.whl", hash = "sha256:8b48368f6533c064b39c024e1daba15ae7f947eac84185c28c06bbe1301a5497"}, - {file = "alembic-1.10.2.tar.gz", hash = "sha256:457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d"}, + {file = "alembic-1.10.3-py3-none-any.whl", hash = "sha256:b2e0a6cfd3a8ce936a1168320bcbe94aefa3f4463cd773a968a55071beb3cd37"}, + {file = "alembic-1.10.3.tar.gz", hash = "sha256:32a69b13a613aeb7e8093f242da60eff9daed13c0df02fff279c1b06c32965d2"}, ] [package.dependencies] @@ -1212,4 +1212,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "298ef058f7cdf09236f77a99fa03ee446f7d7af3c98c1643cbcf46545b0d9fb4" +content-hash = "4310014c9f3c95a97553d57db7dbc055d9e055063dcb0d4daed8f7451607246f" diff --git a/pyproject.toml b/pyproject.toml index 8a3c825..14e1a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "9.5.1" -alembic = "1.10.2" +alembic = "1.10.3" aiohttp = "3.8.4" coloredlogs = "15.0.1" deepmerge = "1.1.0" |