diff --git a/pyproject.toml b/pyproject.toml index 7ac30e0..9f6a701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "bars-api" version = "2.2.0" dependencies = [ - "aiohttp==3.13.3", + "aiohttp==3.13.5", "fake-useragent==2.2.0", ] requires-python = ">=3.11"