Skip to content

Commit e70c49e

Browse files
chore(deps): update sqlalchemy requirement in /bots/gsbot
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6a971c commit e70c49e

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
@@ -3,7 +3,7 @@ discord.py>=2.7.1
33
python-dotenv>=1.0.0
44

55
# Database
6-
sqlalchemy>=2.0.23
6+
sqlalchemy>=2.0.49
77
alembic>=1.16.5
88

99
# Data Processing

0 commit comments

Comments
 (0)