Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.1 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch>
  • Loading branch information
dependabot[bot] and agners authored Oct 16, 2024
1 parent 760a742 commit edc5c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==24.10.0
flake8==7.1.1
mypy==1.12.0
pylint==3.2.7
pylint==3.3.1
pytest-asyncio==0.24.0
pytest==8.3.3
1 change: 1 addition & 0 deletions tests/test_util/aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def __init__(
self,
method,
url,
*,
status=HTTPStatus.OK,
response=None,
json=None,
Expand Down

0 comments on commit edc5c63

Please sign in to comment.