Skip to content

build(deps): update pyee requirement from ~=13.0.0 to ~=13.0.1#130

Merged
zehnm merged 2 commits into
mainfrom
dependabot/pip/pyee-approx-eq-13.0.1
Feb 21, 2026
Merged

build(deps): update pyee requirement from ~=13.0.0 to ~=13.0.1#130
zehnm merged 2 commits into
mainfrom
dependabot/pip/pyee-approx-eq-13.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Updates the requirements on pyee to permit the latest version.

Changelog

Sourced from pyee's changelog.

2026/02/14 Version 13.0.1

  • Check for listener's existence before attempting to remove it
  • Update pytest configuration to support pytest 9

2025/03/17 Version 13.0.0

  • Type checking improvements
    • Introduce overloads for ee.on
    • Add None return type for functions as appropriate
    • Type self as Any in all methods
    • Local and CI tasks for type checking with mypy
    • mypy type checking passes
    • pyright type checking passes
  • Addition of mypy to development dependencies
  • Removed conditional import of iscoroutine
    • This was implemented to support Python 3.3, which was dropped long ago
  • Removed type stub for twisted.python.Failure
    • This was to address a typing issue in unsupported versions of Twisted
  • Export Handler type in pyee/__init__.py

2024/11/16 Version 12.1.1

2024/11/16 Version 12.1.0

  • New features in pyee.asyncio.AsyncIOEventEmitter:
    • wait_for_complete method to wait for all running handlers to complete execution
    • cancel method to cancel execution of all running handlers
    • complete property that's True when no handlers are currently running
  • Updated changelog for v12 release to describe where to find alternatives to deprecated and removed imports
  • Add support for Python 3.13
  • Upgrade GitHub Actions
  • Upgrade actions/setup-python to v5
  • Upgrade actions/setup-node to v4
  • Upgrade actions/upload-artifact to v4
  • Updated CONTRIBUTORS.md to include missing contributors

2024/08/30 Version 12.0.0

  • Remove deprecated imports:
    • pyee.BaseEventEmitter
      • Use pyee.base.EventEmitter or pyee.EventEmitter instead
    • pyee.AsyncIOEventEmitter
      • Use pyee.asyncio.AsyncIOEventEmitter instead

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pyee](https://github.com/jfhbrook/pyee) to permit the latest version.
- [Release notes](https://github.com/jfhbrook/pyee/releases)
- [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jfhbrook/pyee/commits)

---
updated-dependencies:
- dependency-name: pyee
  dependency-version: 13.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 16, 2026
@zehnm zehnm merged commit 8fd946c into main Feb 21, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/pyee-approx-eq-13.0.1 branch February 21, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant