From b68928d6dcb707a63f1194f9ced9aa9396275e40 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Mon, 19 Aug 2024 10:37:09 +0200 Subject: [PATCH] Bump aiohttp and use forked types-all --- .github/workflows/linters.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index c9b999d..15f0239 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -31,7 +31,7 @@ jobs: pip install mypy pip install wemake-python-styleguide pip install black - pip install types-all + pip install git+https://github.com/wwakabobik/types-all.git - name: Analysing the code with pylint id: pylint continue-on-error: true diff --git a/requirements.txt b/requirements.txt index dc798b7..6dc1dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.5 +aiohttp==3.10.4 aiofiles==24.1.0 asyncio==3.4.3 requests==2.32.3