Skip to content

Commit 1348a6a

Browse files
chore(deps): update greenlet requirement in /backend
Updates the requirements on [greenlet](https://github.com/python-greenlet/greenlet) to permit the latest version. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@0.3...3.5.0) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 970b3cf commit 1348a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"psycopg2-binary==2.9.10",
1212
"PyJWT>=2.8.0",
1313
"sqlalchemy~=2.0.37",
14-
"greenlet<3.5.0",
14+
"greenlet<3.6.0",
1515
"supabase>=2.18.1",
1616
"websocket-client>=1.8.0",
1717
"pyyaml>=6.0.2",

0 commit comments

Comments
 (0)