Skip to content

Commit

Permalink
Bump ruff from 0.4.4 to 0.4.8 (#1343)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.4.4 to 0.4.8

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.8.
- [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.4.4...v0.4.8)

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

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

* lint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
dependabot[bot] and marcelveldt authored Jun 14, 2024
1 parent 23521cc commit 05756f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music_assistant/common/helpers/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import asyncio
import base64
from _collections_abc import dict_keys, dict_values
from types import MethodType
from typing import Any

import aiofiles
import orjson
from _collections_abc import dict_keys, dict_values

JSON_ENCODE_EXCEPTIONS = (TypeError, ValueError)
JSON_DECODE_EXCEPTIONS = (orjson.JSONDecodeError,)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
"pytest-aiohttp==1.0.5",
"pytest-cov==5.0.0",
"tomli==2.0.1",
"ruff==0.4.4",
"ruff==0.4.8",
]

[project.scripts]
Expand Down

0 comments on commit 05756f8

Please sign in to comment.