Skip to content

Commit 285983b

Browse files
Update sqlalchemy requirement in /server
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.51 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cc93b5 commit 285983b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tornado==6.5.7
2-
sqlalchemy>=2.0.50,<2.1.0
2+
sqlalchemy>=2.0.51,<2.1.0
33
python-dateutil==2.9.0.post0
44
marshmallow-sqlalchemy>=1.5.0
55
tornado-prometheus==0.1.2

0 commit comments

Comments
 (0)