Skip to content

Commit 09c7bd8

Browse files
build(deps): update pyee requirement
Updates the requirements on [pyee](https://github.com/jfhbrook/pyee) to permit the latest version. - [Release notes](https://github.com/jfhbrook/pyee/releases) - [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/pyee/commits/v13.0.0) --- updated-dependencies: - dependency-name: pyee dependency-version: 13.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7926339 commit 09c7bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"websockets>=10.0,<12.0; python_version=='3.7'",
3333
"websockets>=12.0,<15.0; python_version=='3.8'",
3434
"websockets>=15.0,<16.0; python_version>='3.9'",
35-
"pyee>=9.0.4,<10.0.0; python_version=='3.7'",
35+
"pyee>=9.0.4,<14.0.0; python_version=='3.7'",
3636
"pyee>=11.1.0,<14.0.0; python_version>='3.8'",
3737
]
3838

0 commit comments

Comments
 (0)