Bump aiohttp version
This commit is contained in:
parent
9a0e49547e
commit
fe69bbac27
|
@ -1,12 +1,12 @@
|
|||
[tool.poetry]
|
||||
name = "flickerstrip-py"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
description = ""
|
||||
authors = ["Evan Fiordeliso <evan.fiordeliso@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.10"
|
||||
aiohttp = "3.8.1"
|
||||
aiohttp = "~3.8"
|
||||
async-upnp-client = "^0.33.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue