Skip to content

Commit

Permalink
build(deps-dev): bump alembic from 1.12.0 to 1.12.1 in /backend
Browse files Browse the repository at this point in the history
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.12.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 Nov 14, 2023
1 parent 7de56a5 commit a435ce0
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 @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"PyYAML",
"alembic==1.12.0",
"alembic==1.12.1",
"appdirs",
"cachetools",
"fastapi>=0.101.0",
Expand Down

0 comments on commit a435ce0

Please sign in to comment.