Skip to content

Commit

Permalink
Bump alembic from 1.14.0 to 1.14.1
Browse files Browse the repository at this point in the history
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.0 to 1.14.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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 96e6bf6 commit ecc6731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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.36"}
alembic = {extras = ["tz"], version = "^1.14.0"}
alembic = {extras = ["tz"], version = "^1.14.1"}
asyncpg = { version = "^0.30.0", optional = true }
aiosqlite = { version = "^0.20.0", optional = true }
pynacl = "^1.5.0"
Expand Down

0 comments on commit ecc6731

Please sign in to comment.