diff options
author | 2023-04-06 08:43:36 +0000 | |
---|---|---|
committer | 2023-04-06 08:43:36 +0000 | |
commit | b121553964bd15dfd29308572e47cb021b8ccecc (patch) | |
tree | 06db89d851165ac07b70b6376c0f5d19a2cece31 /pyproject.toml | |
parent | Bump psycopg2-binary from 2.9.5 to 2.9.6 (#46) (diff) |
Bump alembic from 1.9.4 to 1.10.2 (#45)
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.4 to 1.10.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0630c08..0b3bef0 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.4.1" -alembic = "1.9.4" +alembic = "1.10.2" aiohttp = "3.8.4" coloredlogs = "15.0.1" deepmerge = "1.1.0" |