Bump aiohttp version

This commit is contained in:
Evan Fiordeliso 2023-05-02 08:55:10 -04:00
parent 9a0e49547e
commit fe69bbac27
1 changed files with 2 additions and 2 deletions

View File

@ -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]