Marc Mueller
8e115d4685
Update pydantic to 2.12.0 ( #153937 )
2025-10-07 17:50:40 +01:00
Marc Mueller
d97c1f0fc3
Update grpcio to 1.75.1 ( #153643 )
2025-10-04 16:21:16 +02:00
Marc Mueller
62a49d4244
Update pandas to 2.3.3 ( #153251 )
2025-09-30 16:58:41 +02:00
Marc Mueller
3690497e1f
Update pydantic to 2.11.9 ( #152213 )
2025-09-13 15:17:49 +01:00
Thijs W.
0cebca498c
Bump pymodbus to 3.11.2 ( #152097 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2025-09-12 18:55:22 +02:00
Marc Mueller
61c904d225
Update pytest-rerunfailures to 16.0.1 ( #151573 )
2025-09-02 17:11:15 +01:00
Marc Mueller
4420776977
Update anyio to 4.10.0 ( #151455 )
2025-08-31 21:14:37 +02:00
Marc Mueller
22005dd48a
Pin pytest-rerunfailures to 15.1 ( #151383 )
2025-08-29 16:03:32 +02:00
Joost Lekkerkerker
e80c090932
Pin gql to 3.5.3 ( #150800 )
2025-08-17 19:27:17 +02:00
Marc Mueller
fe32e74910
Update charset-normalizer to 3.4.3 ( #150770 )
2025-08-16 21:31:14 +02:00
J. Nick Koston
9f36b2dcde
Bump protobuf to 6.32.0 ( #150667 )
2025-08-15 02:31:10 +02:00
epenet
68fbcc8665
Add pymodbus to package constraints ( #150419 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-12 00:50:05 +02:00
Robert Resch
01c197e830
Constraint num2words to 0.5.14 ( #150276 )
2025-08-08 15:06:31 +02:00
Marc Mueller
bbc1466cfc
Update rpds-py to 0.26.0 ( #149753 )
2025-07-31 17:51:10 +01:00
Marc Mueller
59ece455d9
Update numpy to 2.3.2 ( #149411 )
2025-07-25 02:24:25 +02:00
Marc Mueller
05566e1621
Update websockets pin ( #149004 )
2025-07-21 13:23:42 +02:00
Stefan Agner
e5d19baf3e
Add container arch to system info ( #147372 )
2025-06-24 09:52:21 +02:00
Marc Mueller
d7b583ae51
Update pydantic to 2.11.7 ( #146835 )
2025-06-14 23:31:09 +02:00
Marc Mueller
2fdd3d66bc
Update pydantic to 2.11.6 ( #146745 )
2025-06-13 18:53:05 +02:00
Robert Resch
4a15f12a0b
Add aiofiles to pyproject.toml ( #146561 )
2025-06-11 20:32:38 +02:00
Marc Mueller
ee6db3bd23
Update numpy to 2.3.0 ( #146296 )
2025-06-07 18:43:18 +02:00
Marc Mueller
4f99e54402
Update pandas to 2.3.0 ( #146206 )
2025-06-05 14:42:21 +02:00
J. Nick Koston
4f5c1d544b
Bump protobuf to 6.31.1 ( #146128 )
...
changelog: https://github.com/protocolbuffers/protobuf/compare/v30.2...v31.1
2025-06-04 07:40:10 +01:00
Marc Mueller
ab7c7b8d89
Update ruff to 0.11.12 ( #146037 )
...
* Update ruff to 0.11.12
* Replace ruff legacy alias with ruff-check
2025-06-02 16:01:10 +02:00
J. Nick Koston
850ddb3667
Bump grpcio to 1.72.1 ( #146029 )
2025-06-02 15:04:02 +02:00
Marc Mueller
43ac550ca0
Update pydantic to 2.11.5 ( #145985 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-06-02 08:48:22 +02:00
Marc Mueller
2323cc2869
Update numpy to 2.2.6 ( #145981 )
2025-06-01 21:23:30 -07:00
Robert Resch
33e98ebffa
Remove decora-wifi from excluded requirements ( #145832 )
2025-05-29 00:14:38 +02:00
Marc Mueller
6693fc764f
Update httpcore to 1.0.9 and h11 to 0.16.0 ( #145789 )
2025-05-28 16:35:11 +02:00
epenet
acbfe54c7b
Drop obsolete IGNORE_PIN in gen_requirements_all.py ( #145487 )
...
Drop IGNORE_PIN in gen_requirements_all.py
2025-05-26 16:49:42 +02:00
J. Nick Koston
eb4d561b96
Bump grpcio to 1.72.0 and protobuf to 6.30.2 ( #143633 )
2025-05-18 20:10:38 -04:00
J. Nick Koston
a169d6ca97
Bump cryptography to 45.0.1 and pyopenssl to 25.1.0 ( #145121 )
2025-05-17 23:57:28 +02:00
Franck Nijhof
db5bcd9fc4
Pin rpds-py to 0.24.0 ( #145074 )
2025-05-16 22:39:05 +02:00
J. Nick Koston
54f3bb8ddf
Bump pydantic to 2.11.13 ( #142612 )
...
changelog: https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3
2025-04-09 16:30:26 -10:00
J. Nick Koston
fa291c20e5
Pin multidict to >= 6.4.2 to resolve memory leaks ( #142614 )
...
* Pin multidict to >= 6.4.1 to resolve memory leaks
https://github.com/aio-libs/multidict/issues/1134
https://github.com/aio-libs/multidict/issues/1131
https://github.com/aio-libs/multidict/releases/tag/v6.4.1
https://github.com/aio-libs/multidict/releases/tag/v6.4.0
* Apply suggestions from code review
2025-04-09 15:48:29 -10:00
Tomek Wasilczyk
1ab8deff3d
Add missing test_all requirements ( #142036 )
...
Fix homeassistant_hardware handling and add missing test_all requirements
2025-04-05 12:12:34 +02:00
J. Nick Koston
39ebc103df
Bump pydantic to 2.11.2 ( #142302 )
...
changelog: https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2
2025-04-04 23:20:36 +02:00
J. Nick Koston
0abaaa0a06
Bump pydantic to 2.11.1 ( #141951 )
2025-03-31 23:23:02 +02:00
J. Nick Koston
ac723161c1
Bump grpcio to 1.71.0 ( #141881 )
2025-03-31 06:16:33 -10:00
J. Nick Koston
87db981712
Bump anyio to 4.9.0 ( #141161 )
...
changelog: https://github.com/agronholm/anyio/compare/4.8.0...4.9.0
2025-03-23 10:34:49 +02:00
Michael Arthur
609188bb33
Bump electrickiwi-api to 0.9.13 ( #137601 )
...
* bump ek api version to fix deps
* Revert "Skip building wheels for electrickiwi-api (#137556 )"
This reverts commit 5f6068eea4 .
---------
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2025-02-06 22:47:53 +01:00
Marc Mueller
af0f9dec1f
Prevent packages from accidentally installing poetry ( #137560 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-02-06 16:42:29 +01:00
Marc Mueller
5f6068eea4
Skip building wheels for electrickiwi-api ( #137556 )
2025-02-06 16:41:27 +01:00
J. Nick Koston
891485f306
Bump pydantic to 2.10.6 ( #136483 )
2025-01-24 12:17:52 -10:00
J. Nick Koston
a150e39922
Bump httpx to 0.28.1, httpcore to 1.0.7 along with required deps ( #133840 )
2025-01-22 12:50:00 +01:00
Marc Mueller
5329356f20
Update numpy to 2.2.2 ( #135982 )
2025-01-19 20:35:32 +01:00
J. Nick Koston
3b6f47e438
Bump anyio to 4.8.0 ( #135224 )
2025-01-09 22:12:34 +01:00
J. Nick Koston
05a8b773b9
Bump numpy to 2.2.1 ( #133844 )
...
* Bump numpy to 2.2.1
changelog: https://github.com/numpy/numpy/compare/v2.2.0...v2.2.1
* make sure ninja is up to date
* Revert "make sure ninja is up to date"
This reverts commit a26dd8b768 .
* test
* Revert "test"
This reverts commit 972f40e3ee .
* try a single build
* try a single build
* Revert "Revert "test""
This reverts commit ec282ce021 .
* Revert "Revert "Revert "test"""
This reverts commit 315599cbae .
* Revert "try a single build"
This reverts commit 63529dd2c5 .
* Revert "try a single build"
This reverts commit 7058ae9288 .
2024-12-25 11:27:00 +02:00
J. Nick Koston
353f085474
Bump anyio to 4.7.0 ( #133842 )
2024-12-22 13:05:51 -10:00
J. Nick Koston
00a1ae0eeb
Bump protobuf to 5.29.2 ( #133839 )
2024-12-22 23:58:39 +01:00