Skip to content

build(deps): update pyee requirement from ~=13.0.1 to ~=14.0.0 - #166

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyee-approx-eq-14.0.0
Open

build(deps): update pyee requirement from ~=13.0.1 to ~=14.0.0#166
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyee-approx-eq-14.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on pyee to permit the latest version.

Release notes

Sourced from pyee's releases.

Release v14.0.0

2026/08/12 Version 14.0.0

  • Use uv instead of pip-tools
  • Move dev extras to dev dependency group
  • Drop support for Python 3.8, 3.9, 3.10 and 3.11
  • BUGFIX: Remove all listeners only for specified event
Changelog

Sourced from pyee's changelog.

2026/08/12 Version 14.0.0

  • Use uv instead of pip-tools
  • Move dev extras to dev dependency group
  • Drop support for Python 3.8, 3.9, 3.10 and 3.11
  • BUGFIX: Remove all listeners only for specified event

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

... (truncated)

Commits
  • 733143c Update docs config
  • 433f1b0 Release 14.0.0
  • 426cd82 Remove redundant remove_all_listeners single-event regression test
  • 41f2cb8 Fix remove_all_listeners leaving stale empty event key
  • 5980b92 Bump tornado from 6.5.5 to 6.5.7
  • aebd21f Bump idna from 3.11 to 3.15
  • 221ec5d Bump pymdown-extensions from 10.21 to 10.21.3
  • c2266f9 Bump urllib3 from 2.6.3 to 2.7.0
  • 033853a Bump pytest from 9.0.2 to 9.0.3
  • 06536f0 Bump pygments from 2.19.2 to 2.20.0
  • 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@v13.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: pyee
  dependency-version: 14.0.0
  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 Aug 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