Skip to content

Commit

Permalink
Bump alembic from 1.10.3 to 1.11.1
Browse files Browse the repository at this point in the history
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.3 to 1.11.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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent 7e59cdb commit 7a4ecb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 requirements/dev.in
#
alembic==1.10.3
alembic==1.11.1
# via -r requirements/requirements.txt
amqp==5.0.9
# 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 requirements/functests.in
#
alembic==1.10.3
alembic==1.11.1
# via -r requirements/requirements.txt
amqp==5.0.9
# 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 requirements/lint.in
#
alembic==1.10.3
alembic==1.11.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/requirements.in
#
alembic==1.10.3
alembic==1.11.1
# via -r requirements/requirements.in
amqp==5.0.9
# 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 requirements/tests.in
#
alembic==1.10.3
alembic==1.11.1
# via -r requirements/requirements.txt
amqp==5.0.9
# via
Expand Down

0 comments on commit 7a4ecb8

Please sign in to comment.