Skip to content

Commit

Permalink
Merge pull request #950 from robbrad/feat/python312
Browse files Browse the repository at this point in the history
Feat/python312
  • Loading branch information
robbrad authored Nov 1, 2024
2 parents 11e06fa + 054bf3e commit 252995e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lxml = "*"
urllib3 = "*"
webdriver-manager = "^4.0.1"
tabulate = "^0.9.0"
pytest-homeassistant-custom-component = "^0.13.177"
pytest-homeassistant-custom-component = "^0.13.175"
pytest-asyncio = "^0.24.0"
pytest-freezer = "^0.4.8"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
)


class CouncilClass(AbstractGetBinDataClass):

def parse_data(self, page: str, **kwargs) -> dict:
Expand Down

0 comments on commit 252995e

Please sign in to comment.