Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Apr 3, 2024
1 parent 02ccc00 commit c5ed721
Show file tree
Hide file tree
Showing 15 changed files with 374 additions and 224 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.3.3&labelColor=blue)
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2024.4.0b8&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.3.3
2024.4.0b8
25 changes: 12 additions & 13 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# This file is originally from homeassistant/core and modified by pytest-homeassistant-custom-component.
astroid==3.1.0
mypy==1.8.0
pre-commit==3.6.2
pre-commit==3.7.0
pylint==3.1.0
types-aiofiles==23.2.0.20240106
types-aiofiles==23.2.0.20240311
types-atomicwrites==1.4.5.1
types-croniter==1.0.6
types-beautifulsoup4==4.12.0.20240106
types-croniter==2.0.0.20240321
types-beautifulsoup4==4.12.0.20240229
types-caldav==1.3.0.20240106
types-chardet==0.1.5
types-decorator==5.1.8.20240106
types-paho-mqtt==1.6.0.20240106
types-pillow==10.2.0.20240111
types-decorator==5.1.8.20240310
types-paho-mqtt==1.6.0.20240321
types-pillow==10.2.0.20240324
types-protobuf==4.24.0.20240106
types-psutil==5.9.5.20240106
types-python-dateutil==2.8.19.20240106
types-python-slugify==8.0.2.20240127
types-pytz==2023.3.1.1
types-PyYAML==6.0.12.12
types-psutil==5.9.5.20240316
types-python-dateutil==2.9.0.20240316
types-python-slugify==8.0.2.20240310
types-pytz==2024.1.0.20240203
types-PyYAML==6.0.12.20240311
types-requests==2.31.0.3
types-xmltodict==0.13.0.3
23 changes: 13 additions & 10 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,33 @@

-c homeassistant/package_constraints.txt
-r requirements_test_pre_commit.txt
coverage==7.4.3
coverage==7.4.4
freezegun==1.4.0
mock-open==1.4.0
mypy-dev==1.10.0a3
pydantic==1.10.12
pylint-per-file-ignores==1.3.2
pipdeptree==2.15.1
pytest-asyncio==0.23.5
pipdeptree==2.16.1
pytest-asyncio==0.23.6
pytest-aiohttp==1.0.5
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-freezer==0.4.8
pytest-github-actions-annotate-failures==0.2.0
pytest-socket==0.7.0
pytest-test-groups==1.0.3
pytest-sugar==1.0.0
pytest-timeout==2.2.0
pytest-unordered==0.5.2
pytest-timeout==2.3.1
pytest-unordered==0.6.0
pytest-picked==0.5.0
pytest-xdist==3.3.1
pytest==8.0.2
pytest==8.1.1
requests-mock==1.11.0
respx==0.20.2
respx==0.21.0
syrupy==4.6.1
tqdm==4.66.2
homeassistant==2024.3.3
SQLAlchemy==2.0.27
uv==0.1.24
homeassistant==2024.4.0b8
SQLAlchemy==2.0.29

paho-mqtt==1.6.1

Expand Down
Loading

0 comments on commit c5ed721

Please sign in to comment.