diff --git a/pyproject.toml b/pyproject.toml index 8fa696a..c8db147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "bars-api" version = "2.2.0" dependencies = [ - "aiohttp==3.12.15", + "aiohttp==3.13.0", "fake-useragent==2.2.0", ] requires-python = ">=3.11"