Skip to content

Commit

Permalink
Bump pyupgrade from 3.16.0 to 3.17.0 (#3929)
Browse files Browse the repository at this point in the history
* Bump pyupgrade from 3.16.0 to 3.17.0

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.16.0 to 3.17.0.
- [Commits](asottile/pyupgrade@v3.16.0...v3.17.0)

---
updated-dependencies:
- dependency-name: pyupgrade
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* run lint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
dependabot[bot] and ludeeus authored Aug 14, 2024
1 parent b0aae41 commit eac2352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ codespell==2.3.0
isort==5.13.2
pre-commit==3.8.0
pre-commit-hooks==4.6.0
pyupgrade==3.16.0
pyupgrade==3.17.0
ruff==0.5.7
vulture==2.11
4 changes: 2 additions & 2 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async def async_test_home_assistant_min_version(
event_loop: asyncio.AbstractEventLoop | None = None,
load_registries: bool = True,
config_dir: str | None = None,
) -> AsyncGenerator[HomeAssistant, None]:
) -> AsyncGenerator[HomeAssistant]:
"""Return a Home Assistant object pointing at test config dir.
This should be copied from the minimum supported version,
Expand Down Expand Up @@ -415,7 +415,7 @@ async def async_test_home_assistant_dev(
event_loop: asyncio.AbstractEventLoop | None = None,
load_registries: bool = True,
config_dir: str | None = None,
) -> AsyncGenerator[HomeAssistant, None]:
) -> AsyncGenerator[HomeAssistant]:
"""Return a Home Assistant object pointing at test config dir.
This should be copied from latest Home Assistant version,
Expand Down

0 comments on commit eac2352

Please sign in to comment.