Skip to content

Commit

Permalink
Bump alembic from 1.13.1 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.1 to 1.14.0.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent ec42d1e commit d2da636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["branding"]
python = "^3.12"
"discord.py" = "^2.4.0"
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.35"}
alembic = {extras = ["tz"], version = "^1.13.1"}
alembic = {extras = ["tz"], version = "^1.14.0"}
asyncpg = { version = "^0.30.0", optional = true }
aiosqlite = { version = "^0.20.0", optional = true }
pynacl = "^1.5.0"
Expand Down

0 comments on commit d2da636

Please sign in to comment.