Skip to content

Bump pyrate-limiter to 4.0.2, PSNAWP to 3.0.3, python-roborock to 4.17.2#164133

Merged
joostlek merged 4 commits intohome-assistant:devfrom
tr4nt0r:bump_psnawp_pyrate-limiter
Mar 10, 2026
Merged

Bump pyrate-limiter to 4.0.2, PSNAWP to 3.0.3, python-roborock to 4.17.2#164133
joostlek merged 4 commits intohome-assistant:devfrom
tr4nt0r:bump_psnawp_pyrate-limiter

Conversation

@tr4nt0r
Copy link
Copy Markdown
Contributor

@tr4nt0r tr4nt0r commented Feb 26, 2026

Proposed change

pyrate-limiter, PSNAWP and python-roborock have to be bumped together because of conflicting dependencies

Releas notes:

Diff:

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:
  • Link to developer documentation pull request:
  • Link to frontend pull request:

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies a diff between library versions and ideally a link to the changelog/release notes is added to the PR description.

To help with the load of incoming pull requests:

Copilot AI review requested due to automatic review settings February 26, 2026 08:31
@home-assistant home-assistant bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: playstation_network small-pr PRs with less than 30 lines. by-code-owner Quality Scale: bronze labels Feb 26, 2026
@home-assistant
Copy link
Copy Markdown

Hey there @JackJPowell, mind taking a look at this pull request as it has been labeled with an integration (playstation_network) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of playstation_network can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign playstation_network Removes the current integration label and assignees on the pull request, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component, problem in config, problem in device, feature-request) to the pull request.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component, problem in config, problem in device, feature-request) on the pull request.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates two dependencies for the PlayStation Network integration: PSNAWP from 3.0.1 to 3.0.2 and pyrate-limiter from 3.9.0 to 4.0.2. The update is necessary because pyrate-limiter v4.0.0 introduced breaking changes that required PSNAWP to update its dependency requirements to version 4.0.2 or higher. Both packages are used exclusively by the playstation_network integration.

Changes:

  • Bumped PSNAWP from 3.0.1 to 3.0.2
  • Bumped pyrate-limiter from 3.9.0 to 4.0.2
  • Updated version requirements consistently across all dependency files and the manifest

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
requirements_test_all.txt Updated PSNAWP to 3.0.2 and pyrate-limiter to 4.0.2 for test dependencies
requirements_all.txt Updated PSNAWP to 3.0.2 and pyrate-limiter to 4.0.2 for all dependencies
homeassistant/components/playstation_network/manifest.json Updated integration requirements to PSNAWP 3.0.2 and pyrate-limiter 4.0.2

@tr4nt0r tr4nt0r marked this pull request as draft February 26, 2026 08:38
@tr4nt0r tr4nt0r changed the title Bump PSNAWP to 3.0.2 and pyrate-limiter to 4.0.2 Bump pyrate-limiter to 4.0.2, PSNAWP to 3.0.2, python-roborock to 4.17.2 Mar 1, 2026
@tr4nt0r tr4nt0r marked this pull request as ready for review March 1, 2026 09:41
@tr4nt0r tr4nt0r requested a review from allenporter as a code owner March 1, 2026 09:41
Copilot AI review requested due to automatic review settings March 1, 2026 09:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

Copy link
Copy Markdown
Contributor

@allenporter allenporter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed here https://codeberg.org/YoshikageKira/psnawp/releases/tag/v3.0.2 it says This release has been yanked due to a critical bug. Please use the v3.0.3 or newer package.

@allenporter
Copy link
Copy Markdown
Contributor

I noticed here https://codeberg.org/YoshikageKira/psnawp/releases/tag/v3.0.2 it says This release has been yanked due to a critical bug. Please use the v3.0.3 or newer package.

The other package diffs look good otherwise.

@tr4nt0r tr4nt0r changed the title Bump pyrate-limiter to 4.0.2, PSNAWP to 3.0.2, python-roborock to 4.17.2 Bump pyrate-limiter to 4.0.2, PSNAWP to 3.0.3, python-roborock to 4.17.2 Mar 8, 2026
@tr4nt0r
Copy link
Copy Markdown
Contributor Author

tr4nt0r commented Mar 8, 2026

@allenporter updated to PSNAWP 3.0.3 👍🏼

Copy link
Copy Markdown
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @tr4nt0r 👍

../Frenck

                       

Blogging my personal ramblings at frenck.dev

Copilot AI review requested due to automatic review settings March 10, 2026 11:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


You can also share your feedback on Copilot code review. Take the survey.

@joostlek joostlek merged commit be0b7f0 into home-assistant:dev Mar 10, 2026
51 checks passed
@tr4nt0r tr4nt0r deleted the bump_psnawp_pyrate-limiter branch March 10, 2026 13:31
zxdavb pushed a commit to zxdavb/hass that referenced this pull request Mar 10, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants