Skip to content

Commit 91eb2a9

Browse files
⬆️(deps): Update async-timeout requirement
Updates the requirements on [async-timeout](https://github.com/aio-libs/async-timeout) to permit the latest version. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](aio-libs-abandoned/async-timeout@v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-version: 5.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0125487 commit 91eb2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mewbo_ha_conversation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = { text = "MIT" }
1111

1212
dependencies = [
1313
"aiohttp>=3.9.0,<4.0.0",
14-
"async-timeout>=4.0.0,<5.0.0",
14+
"async-timeout>=4.0.0,<6.0.0",
1515
"voluptuous>=0.13.1,<1.0.0",
1616
]
1717

0 commit comments

Comments
 (0)