Skip to content

Commit

Permalink
Bump ruff from 0.1.6 to 0.1.7 (#686)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.1.6 to 0.1.7

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Dec 6, 2023
1 parent 982a28d commit a99a4a6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pytest-cov = "^4.0.0"
pyupgrade = "^3.1.0"
pyyaml = "^6.0.1"
requests = ">=2.31.0"
ruff = ">=0.0.261,<0.1.7"
ruff = ">=0.0.261,<0.1.8"
safety = "^2.3.1"
sphinx-rtd-theme = ">=1,<3"
typing-extensions = "^4.8.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def v2_state_response_fixture() -> dict[str, Any]:

@pytest.fixture(name="v2_subscriptions_response")
def v2_subscriptions_response_fixture(
subscriptions_response: dict[str, Any]
subscriptions_response: dict[str, Any],
) -> dict[str, Any]:
"""Define a fixture that returns a V2 subscriptions response.
Expand Down Expand Up @@ -450,7 +450,7 @@ def ws_message_registered_data_fixture() -> dict[str, Any]:

@pytest.fixture(name="ws_message_subscribed")
def ws_message_subscribed_fixture(
ws_message_subscribed_data: dict[str, Any]
ws_message_subscribed_data: dict[str, Any],
) -> dict[str, Any]:
"""Define a fixture to represent the "registered" response.
Expand Down

0 comments on commit a99a4a6

Please sign in to comment.