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 and marcospri committed Oct 31, 2024
1 parent 4ca3f5b commit 74b960a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiosignal==1.3.1
# via
# -r requirements/prod.txt
# aiohttp
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiosignal==1.3.1
# via
# -r requirements/prod.txt
# aiohttp
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiosignal==1.3.1
# via
# -r requirements/prod.txt
# aiohttp
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aiosignal==1.3.1
# -r requirements/functests.txt
# -r requirements/tests.txt
# aiohttp
alembic==1.13.2
alembic==1.13.3
# via
# -r requirements/bddtests.txt
# -r requirements/functests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohttp==3.10.2
# via -r requirements/prod.in
aiosignal==1.3.1
# via aiohttp
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.in
amqp==5.2.0
# 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 @@ -18,7 +18,7 @@ aiosignal==1.3.1
# via
# -r requirements/prod.txt
# aiohttp
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiosignal==1.3.1
# via
# -r requirements/prod.txt
# aiohttp
alembic==1.13.2
alembic==1.13.3
# via -r requirements/prod.txt
amqp==5.2.0
# via
Expand Down

0 comments on commit 74b960a

Please sign in to comment.