Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent b3d4cb7 commit f656082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 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 @@ -27,7 +27,7 @@ uvicorn = {extras = ["standard"], version = "^0.17.5"}
gunicorn = "^20.0.4"
pydantic = {extras = ["email"], version = "^1.9.2"}
SQLAlchemy = ">1.3.23, <1.4" # 1.4 is big update, requires SQLAlchemy-Utils support
alembic = "^1.5.4"
alembic = "^1.8.1"
python-multipart = "^0.0.5"
python-jose = {extras = ["cryptography"], version = "^3.2.0"}
passlib = {extras = ["argon2"], version = "^1.7.4"}
Expand Down

0 comments on commit f656082

Please sign in to comment.