Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Jun 27, 2024
1 parent 634ce31 commit 6868d14
Show file tree
Hide file tree
Showing 14 changed files with 259 additions and 305 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pytest-homeassistant-custom-component

![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2024.6.4&labelColor=blue)
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2024.7.0b2&labelColor=blue)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/MatthewFlamm/pytest-homeassistant-custom-component)

Expand Down
2 changes: 1 addition & 1 deletion ha_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.6.4
2024.7.0b2
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is originally from homeassistant/core and modified by pytest-homeassistant-custom-component.
astroid==3.2.2
mypy-dev==1.11.0a3
mypy-dev==1.11.0a9
pre-commit==3.7.1
pylint==3.2.2
types-aiofiles==23.2.0.20240403
Expand Down
10 changes: 5 additions & 5 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

-c homeassistant/package_constraints.txt
-r requirements_test_pre_commit.txt
coverage==7.5.0
coverage==7.5.3
freezegun==1.5.0
mock-open==1.4.0
pydantic==1.10.15
pydantic==1.10.17
pylint-per-file-ignores==1.3.2
pipdeptree==2.19.0
pytest-asyncio==0.23.6
Expand All @@ -30,9 +30,9 @@ requests-mock==1.12.1
respx==0.21.1
syrupy==4.6.1
tqdm==4.66.4
uv==0.1.43
homeassistant==2024.6.4
SQLAlchemy==2.0.30
uv==0.2.13
homeassistant==2024.7.0b2
SQLAlchemy==2.0.31

paho-mqtt==1.6.1

Expand Down
Loading

0 comments on commit 6868d14

Please sign in to comment.