diff options
author | 2023-04-08 19:09:17 +0000 | |
---|---|---|
committer | 2023-04-08 19:09:17 +0000 | |
commit | 142711981408e46fcfe81a79a62bfa773dd1dc21 (patch) | |
tree | 9a7208276ed11e5be05975741d832b7bcfe77432 /pyproject.toml | |
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>
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 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" |