Skip to content

Update pypubsub requirement from <5,>=4.0.3 to >=4.0.7,<5#5497

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pypubsub-gte-4.0.7-and-lt-5
Open

Update pypubsub requirement from <5,>=4.0.3 to >=4.0.7,<5#5497
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pypubsub-gte-4.0.7-and-lt-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on pypubsub to permit the latest version.

Changelog

Sourced from pypubsub's changelog.

Changelog

High-level changelog. For details, consult the SVN logs.

:4.0.7 (Dec 2025):

  • Modernized packaging: pyproject/setuptools-scm, tag-driven versions, tox-uv matrix, GitHub Actions CI/release.
  • Expanded Python support: tested on 3.7–3.14; dropped legacy config for 3.3–3.6.
  • Added helper tooling/scripts for releases and running examples; refreshed docs and ignored generated files.

:4.0.3 (Jan 2019):

  • Cleanup for Python 3.7 (mostly add support for keyword-only args, use Python 3 inspect signature/Parameter and add tests for

:4.0.0 (Dec 2016):

  • Verified support Python 3.5 and 3.6
  • Distribution via wheel
  • Abandon support for Python 2.x and easy_install; now requires Python >= 3.3
  • Abandon support for long-ago deprecated arg1 messaging protocol
  • Added currying of subscribed listener args
  • Significant speed improvement for message delivery
  • Use PEP 484 style of annotations throughout
  • Use enum instead of constants when practical

:3.3.0 (Feb 2014):

  • cleanup low-level API: exception classes, moved some out of pub module that did not belong there (clutter), move couple modules; specifically:

    • Removed from pub (available on object returned from pub.getDefaultTopicMgr())
      • getOrCreateTopic -> pub.getDefaultTopicMgr().getOrCreateTopic
      • getTopic -> pub.getDefaultTopicMgr().getTopic
      • newTopic -> pub.getDefaultTopicMgr().newTopic
      • delTopic -> pub.getDefaultTopicMgr().delTopic
      • getAssociatedTopics -> pub.getDefaultTopicMgr().getTopics
      • getDefaultTopicTreeRoot -> pub.getDefaultTopicMgr().getRootAllTopics
    • Removed from pub (available from pubsub.core):
      • ITopicDefnProvider
    • Moved from pub into to pubsub.core.TopicDefnProvider class as classmethod:
      • registerTopicDefnProviderType
    • Renamed:
      • TopicNameInvalid -> TopicNameError
      • UndefinedTopic(RuntimeError) -> TopicNameError(ValueError)
      • UndefinedSubtopic(RuntimeError) -> TopicNameError(ValueError)
      • ListenerInadequate(TypeError) -> ListenerMismatchError(ValueError)
      • UnrecognizedImportFormat -> UnrecognizedSourceFormatError

... (truncated)

Commits

You can trigger a rebase of this PR 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 [pypubsub](https://github.com/schollii/pypubsub) to permit the latest version.
- [Release notes](https://github.com/schollii/pypubsub/releases)
- [Changelog](https://github.com/schollii/pypubsub/blob/master/docs/changelog.rst)
- [Commits](schollii/pypubsub@v4.0.3...v4.0.7)

---
updated-dependencies:
- dependency-name: pypubsub
  dependency-version: 4.0.7
  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 22, 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