Pylitterbot

Latest version: v2024.0.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

2024.0.0

Potentially Breaking Changes
* With the switch to using pycognito to handle auth and Home Assistant (which this library was primarily built for) restricting running blocking I/O in the event loop, some changes were needed to the Session class to run authentication and token refreshes in the executor as well as how tokens were accessed. For most users, these changes should have zero impact. But if you were modifying or accessing the Session class directly, you may need to modify you code.

What's Changed
* Add ability to reset Litter-Robot 4 by natekspencer in https://github.com/natekspencer/pylitterbot/pull/269
* Add additional Litter-Robot 4 fields by natekspencer in https://github.com/natekspencer/pylitterbot/pull/270
* Run blocking calls in the executor by natekspencer in https://github.com/natekspencer/pylitterbot/pull/242
Other Changes

* Bump urllib3 from 1.26.18 to 1.26.19 by dependabot in https://github.com/natekspencer/pylitterbot/pull/240
* Bump certifi from 2024.2.2 to 2024.7.4 by dependabot in https://github.com/natekspencer/pylitterbot/pull/241
* Bump requests from 2.31.0 to 2.32.2 by dependabot in https://github.com/natekspencer/pylitterbot/pull/243
* Bump pyjwt from 2.8.0 to 2.9.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/246
* Bump aiohttp from 3.9.5 to 3.10.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/245
* Bump the dev-dependencies group with 4 updates by dependabot in https://github.com/natekspencer/pylitterbot/pull/244
* Bump aiohttp from 3.10.0 to 3.10.5 by dependabot in https://github.com/natekspencer/pylitterbot/pull/251
* Bump deepdiff from 7.0.1 to 8.0.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/250
* Bump the dev-dependencies group with 4 updates by dependabot in https://github.com/natekspencer/pylitterbot/pull/249
* Bump aiohttp from 3.10.5 to 3.10.8 by dependabot in https://github.com/natekspencer/pylitterbot/pull/254
* Bump cryptography from 42.0.5 to 43.0.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/252
* Bump the dev-dependencies group across 1 directory with 3 updates by dependabot in https://github.com/natekspencer/pylitterbot/pull/256
* Bump aiohttp from 3.10.8 to 3.10.10 by dependabot in https://github.com/natekspencer/pylitterbot/pull/261
* Bump the dev-dependencies group with 3 updates by dependabot in https://github.com/natekspencer/pylitterbot/pull/260
* Bump deepdiff from 8.0.1 to 8.1.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/265
* Bump aiohttp from 3.10.10 to 3.10.11 by dependabot in https://github.com/natekspencer/pylitterbot/pull/263
* Bump the dev-dependencies group across 1 directory with 5 updates by dependabot in https://github.com/natekspencer/pylitterbot/pull/266
* Bump mypy from 1.14.0 to 1.14.1 in the dev-dependencies group by dependabot in https://github.com/natekspencer/pylitterbot/pull/267


**Full Changelog**: https://github.com/natekspencer/pylitterbot/compare/v2023.5.1...v2024.0.0

2023.5.1

What's Changed
* Bump idna from 3.4 to 3.7 by dependabot in https://github.com/natekspencer/pylitterbot/pull/220
* Bump aiohttp from 3.9.3 to 3.9.4 by dependabot in https://github.com/natekspencer/pylitterbot/pull/221
* Bump deepdiff from 6.7.1 to 7.0.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/226
* Bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/224
* Bump pytest-timeout from 2.2.0 to 2.3.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/223
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/222
* Bump aiohttp from 3.9.4 to 3.9.5 by dependabot in https://github.com/natekspencer/pylitterbot/pull/225
* Bump pytest from 8.1.1 to 8.2.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/231
* Bump ruff from 0.3.5 to 0.4.7 by dependabot in https://github.com/natekspencer/pylitterbot/pull/229
* Bump pytest-asyncio from 0.23.6 to 0.23.7 by dependabot in https://github.com/natekspencer/pylitterbot/pull/228
* Bump tox from 4.14.2 to 4.15.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/230
* Add dev-dependencies group for dependabot by natekspencer in https://github.com/natekspencer/pylitterbot/pull/236
* Bump the dev-dependencies group with 4 updates by dependabot in https://github.com/natekspencer/pylitterbot/pull/237
* Switch to cognito auth by natekspencer in https://github.com/natekspencer/pylitterbot/pull/239


**Full Changelog**: https://github.com/natekspencer/pylitterbot/compare/v2023.5.0...v2023.5.1

2023.5.0

What's Changed
* Enforce linting rules by natekspencer in https://github.com/natekspencer/pylitterbot/pull/218
* Add pet profiles by natekspencer in https://github.com/natekspencer/pylitterbot/pull/219
* Huge thanks to jrhe for the work on pet profiles


**Full Changelog**: https://github.com/natekspencer/pylitterbot/compare/v2023.4.11...v2023.5.0

2023.4.11

What's Changed
* Adjust LR4 status to handle cat detect/sensor timing more appropriately by natekspencer in https://github.com/natekspencer/pylitterbot/pull/217


**Full Changelog**: https://github.com/natekspencer/pylitterbot/compare/v2023.4.10...v2023.4.11

2023.4.10

What's Changed
* Bump mypy to 1.7.1 by natekspencer in https://github.com/natekspencer/pylitterbot/pull/192
* Bump black from 23.9.1 to 23.10.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/186
* Bump pytest from 7.4.0 to 7.4.3 by dependabot in https://github.com/natekspencer/pylitterbot/pull/185
* Bump deepdiff from 6.5.0 to 6.6.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/187
* Bump pytest-timeout from 2.1.0 to 2.2.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/189
* Bump deepdiff from 6.6.1 to 6.7.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/196
* Bump tox from 4.11.3 to 4.12.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/200
* Bump aioresponses from 0.7.4 to 0.7.6 by dependabot in https://github.com/natekspencer/pylitterbot/pull/197
* Bump aiohttp from 3.8.5 to 3.9.3 by dependabot in https://github.com/natekspencer/pylitterbot/pull/199
* Switch to ruff by natekspencer in https://github.com/natekspencer/pylitterbot/pull/208
* Bump tox from 4.12.1 to 4.13.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/207
* Bump pytest-asyncio from 0.21.1 to 0.23.5 by dependabot in https://github.com/natekspencer/pylitterbot/pull/203
* Bump pytest from 7.4.3 to 8.1.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/209
* Bump mypy from 1.7.1 to 1.9.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/210
* Bump tox from 4.13.0 to 4.14.2 by dependabot in https://github.com/natekspencer/pylitterbot/pull/211
* Bump pytest-asyncio from 0.23.5 to 0.23.6 by dependabot in https://github.com/natekspencer/pylitterbot/pull/213
* Bump ruff from 0.2.1 to 0.3.5 by dependabot in https://github.com/natekspencer/pylitterbot/pull/214
* Handle cat detected status from displayCode field by natekspencer in https://github.com/natekspencer/pylitterbot/pull/215
* Add additional fields to LR4 graphQL model by natekspencer in https://github.com/natekspencer/pylitterbot/pull/216


**Full Changelog**: https://github.com/natekspencer/pylitterbot/compare/v2023.4.9...v2023.4.10

2023.4.9

What's Changed
* Use asyncio.Lock instead of threading.Lock by joostlek in https://github.com/natekspencer/pylitterbot/pull/182
* Bump tox from 4.6.4 to 4.11.3 by dependabot in https://github.com/natekspencer/pylitterbot/pull/181
* Bump black from 23.3.0 to 23.9.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/180
* Bump mypy from 1.4.1 to 1.5.1 by dependabot in https://github.com/natekspencer/pylitterbot/pull/176
* Bump aiohttp from 3.8.4 to 3.8.5 by dependabot in https://github.com/natekspencer/pylitterbot/pull/175
* Bump deepdiff from 6.3.1 to 6.5.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/179
* Update publish GHA by natekspencer in https://github.com/natekspencer/pylitterbot/pull/183

New Contributors
* joostlek made their first contribution in https://github.com/natekspencer/pylitterbot/pull/182

**Full Changelog**: https://github.com/natekspencer/pylitterbot/compare/v2023.4.8...v2023.4.9

Page 1 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.