Skip to content

Commit

Permalink
chore(deps): bump alembic from 1.12.0 to 1.14.0 (#5433)
Browse files Browse the repository at this point in the history
* chore(deps): bump alembic from 1.12.0 to 1.14.0

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 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]>

* Using None for initial down_revision

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Whittaker <[email protected]>
Co-authored-by: David Whittaker <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent 8bae8c7 commit bdc34b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiohttp==3.10.5
# via -r requirements-base.in
aiosignal==1.3.1
# via aiohttp
alembic==1.12.0
alembic==1.14.0
# via -r requirements-base.in
anyio==4.2.0
# via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# revision identifiers, used by Alembic.
revision = "f011c050b9ba"
down_revision = ""
down_revision = None
branch_labels = None
depends_on = None

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# revision identifiers, used by Alembic.
revision = "f011c050b9ba"
down_revision = ""
down_revision = None
branch_labels = None
depends_on = None

Expand Down

0 comments on commit bdc34b5

Please sign in to comment.