Skip to content

Commit

Permalink
Bump alembic from 1.13.2 to 1.13.3
Browse files Browse the repository at this point in the history
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.2 to 1.13.3.
- [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 Sep 30, 2024
1 parent fcc2677 commit 5a632af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/dev.in
#
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/functests.in
#
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/lint.in
#
alembic==1.13.2
alembic==1.13.3
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/prod.in
#
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.in
amqp==5.1.1
# via kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/tests.in
#
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/typecheck.in
#
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.1.1
# via
Expand Down

0 comments on commit 5a632af

Please sign in to comment.