Skip to content

Commit

Permalink
Bump pyupgrade from 2.34.0 to 2.37.1 (#221)
Browse files Browse the repository at this point in the history
* Bump pyupgrade from 2.34.0 to 2.37.1

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.34.0 to 2.37.1.
- [Release notes](https://github.com/asottile/pyupgrade/releases)
- [Commits](asottile/pyupgrade@v2.34.0...v2.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update imports

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
  • Loading branch information
dependabot[bot] and klaasnicolaas authored Jul 11, 2022
1 parent 84d9498 commit 8be245a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion omnikinverter/tcp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Data model and conversions for tcp-based communication with the Omnik Inverter."""
from collections.abc import Generator
from ctypes import BigEndianStructure, c_char, c_ubyte, c_uint, c_ushort
from typing import Any, Generator, Optional
from typing import Any, Optional

from .const import LOGGER
from .exceptions import OmnikInverterPacketInvalidError
Expand Down
4 changes: 2 additions & 2 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 @@ -46,7 +46,7 @@ pytest = "^7.1.2"
pytest-asyncio = "^0.18.3"
pytest-cov = "^3.0.0"
yamllint = "^1.26.3"
pyupgrade = "^2.34.0"
pyupgrade = "^2.37.1"
flake8-simplify = "^0.19.2"
vulture = "^2.5"
flake8-bandit = "^3.0.0"
Expand Down

0 comments on commit 8be245a

Please sign in to comment.