Skip to content

Commit

Permalink
build(deps): bump alembic in the other-dependencies group (#141)
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 1 update: [alembic](https://github.com/sqlalchemy/alembic).


Updates `alembic` from 1.13.3 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
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 80a1237 commit 7cd03b2
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 @@ -37,7 +37,7 @@ pre-commit = "4.0.1"
[tool.poetry.dependencies]
python = "^3.10"
pantos-common = "4.0.1"
alembic = "1.13.3"
alembic = "1.14.0"
celery = "5.3.1"
Cerberus = "1.3.4"
Flask = "3.0.3"
Expand Down

0 comments on commit 7cd03b2

Please sign in to comment.