Skip to content

Commit

Permalink
Bump aiohttp and use forked types-all
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 19, 2024
1 parent e15d8ae commit b68928d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.5
aiohttp==3.10.4
aiofiles==24.1.0
asyncio==3.4.3
requests==2.32.3
Expand Down

0 comments on commit b68928d

Please sign in to comment.