Skip to content

Update pyee requirement from <13.0.0,>=8.1.0 to >=13.0.1,<14.0.0#205

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/pyee-gte-13.0.1-and-lt-14.0.0
Open

Update pyee requirement from <13.0.0,>=8.1.0 to >=13.0.1,<14.0.0#205
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/pyee-gte-13.0.1-and-lt-14.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updates the requirements on pyee to permit the latest version.

Release notes

Sourced from pyee's releases.

Release v13.0.1

2026/02/14 Version 13.0.1

  • Check for listener's existence before attempting to remove it
  • Update pytest configuration to support pytest 9
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
  • 5157de2 Use tomllib for tagging
  • fe12005 Release 13.0.1
  • b7fb95f Revert "Bump pymdown-extensions from 10.7 to 10.16.1"
  • f742713 Adjust pytest configuration to support pytest 9
  • fc80283 actually the issue was caused by event not being in _events
  • 7865eb7 check for the callback before trying to pop it!
  • f6008d6 Bump virtualenv from 20.26.6 to 20.36.1
  • 208d287 Bump urllib3 from 2.5.0 to 2.6.3
  • ed8892a Bump pymdown-extensions from 10.7 to 10.16.1
  • 22a153f Bump mkdocs-include-markdown-plugin from 6.0.4 to 7.1.8
  • Additional commits viewable in compare view

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](jfhbrook/pyee@8.1.0...v13.0.1)

---
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 Apr 27, 2026
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.

0 participants