Skip to content

Commit

Permalink
build(deps-dev): bump alembic from 1.10.4 to 1.12.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.4 to 1.12.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Paula-Kli committed Oct 10, 2023
1 parent 1e68933 commit 8dcda1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"PyYAML",
"alembic==1.10.4",
"alembic==1.12.0",
"appdirs",
"cachetools",
"fastapi>=0.101.0",
Expand Down

0 comments on commit 8dcda1c

Please sign in to comment.