From 8c742097edf7a17eb6acd86defe27e14ee3123f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:34:49 +0000 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.8.6 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1239e4f..179baaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ authors = ["bitkarrot "] license = "MIT" [tool.poetry.dependencies] -python = "^3.8.5" +python = "^3.8.6" pre-commit = "3.5.0" PyYAML = "6.0.1" -aiohttp = "3.8.5" +aiohttp = "3.8.6" lnurl= "^0.3.6" lnbits = "^0.10" mkdocs = "1.5.3"