Skip to content

Commit 7a1d760

Browse files
authored
Merge pull request #635 from ably/upgrade-pyee
Upgrade pyee to ^13 for python 3.8+
2 parents d34071c + 80d920f commit 7a1d760

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ websockets = [
5050
]
5151
pyee = [
5252
{ version = "^9.0.4", python = "~3.7" },
53-
{ version = ">=11.1.0, <13.0.0", python = "^3.8" }
53+
{ version = ">=11.1.0, <14.0.0", python = "^3.8" }
5454
]
5555

5656
# Optional dependencies

0 commit comments

Comments
 (0)