Skip to content

Commit

Permalink
chore(deps-dev): bump ruff from 0.5.7 to 0.6.1 (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sigurd Spieckermann <sigurd.spieckermann@gmail.com>
  • Loading branch information
dependabot[bot] and sisp authored Aug 21, 2024
1 parent 3120425 commit 5aa78e1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 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 @@ -34,7 +34,7 @@ def get_unused_tcp_port() -> int:
HTTPServerFactory = Callable[[Path], str]


@pytest.fixture()
@pytest.fixture
def http_server_factory() -> Iterator[HTTPServerFactory]:
"""A pytest fixture for a local HTTP server factory.
Expand Down

0 comments on commit 5aa78e1

Please sign in to comment.