Skip to content

Commit

Permalink
build(deps-dev): bump pylint from 3.2.7 to 3.3.0 (#545)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump pylint from 3.2.7 to 3.3.0

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.7...v3.3.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix ci

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Bach <[email protected]>
  • Loading branch information
dependabot[bot] and bachya authored Sep 23, 2024
1 parent 5d1b07a commit 4fcda0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def authenticated_tile_api_server_fixture(
create_client_response: dict[str, Any],
create_session_response: dict[str, Any],
) -> Generator[ResponsesMockServer, None, None]:
) -> Generator[ResponsesMockServer]:
"""Return a fixture that mocks an authenticated tile API server.
Args:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def test_bad_endpoint(


@pytest.mark.asyncio
async def test_expired_session( # pylint: disable=too-many-arguments
async def test_expired_session( # pylint: disable=too-many-arguments,too-many-positional-arguments
aresponses: ResponsesMockServer,
authenticated_tile_api_server: ResponsesMockServer,
create_client_response: dict[str, Any],
Expand Down

0 comments on commit 4fcda0f

Please sign in to comment.