Skip to content

Commit adf67f5

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.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6c337b commit adf67f5

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.5
2-
sqlalchemy>=2.0.0,<2.1.0
2+
sqlalchemy>=2.0.49,<2.1.0
33
datetime==4.9
44
python-dateutil==2.9.0.post0
55
marshmallow-sqlalchemy>=1.4.0

0 commit comments

Comments
 (0)