From dc31a1d58cc35b0580d105005ceb0fdf9a099469 Mon Sep 17 00:00:00 2001 From: Samuel <83781440+samuelmarc@users.noreply.github.com> Date: Tue, 13 Feb 2024 03:11:29 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6517f6d..ae501d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{ include = "squarecloud" }] [tool.poetry.dependencies] python = "^3.9" -aiohttp = "3.8.3" +aiohttp = "3.9.3" click = "^8.1.6" rich = "^13.5.2" pydantic = "^2.5.2"