Skip to content

Commit

Permalink
chore(deps): bump alembic from 1.13.2 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.2 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 4aebd7a commit d8505c9
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 @@ python-dotenv = "^1.0.0"
SQLAlchemy = { version = "^2.0.35", extras = ["asyncio"]}
psycopg2-binary = "^2.9.10"
asyncpg = "^0.29.0"
alembic = "^1.13.2"
alembic = "^1.14.0"
regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"}
regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}

Expand Down

0 comments on commit d8505c9

Please sign in to comment.