Skip to content

Commit 62f7ab8

Browse files
chore(deps): update alembic requirement in /bots/gsbot
Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [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-version: 1.16.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e7b836 commit 62f7ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bots/gsbot/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-dotenv>=1.0.0
44

55
# Database
66
sqlalchemy>=2.0.23
7-
alembic>=1.13.1
7+
alembic>=1.16.5
88

99
# Data Processing
1010
pandas>=2.1.4

0 commit comments

Comments
 (0)