Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Bumps cmudict from 1.0.15 to 1.1.1.

Release notes

Sourced from cmudict's releases.

v1.1.1 (2025-07-24)

Fix

  • remove typing deprecations (#123)
  • use builtin.list instead of deprecated typing.List
  • use builtin.tuple instead of deprectated typing.Tuple

[main 82e42fa] bump: 1.1.0 → 1.1.1 2 files changed, 9 insertions(+), 1 deletion(-)

v1.1.0 (2025-07-21)

Feat

  • add type hints (#122)
  • add typed marker
  • add type hints to all functions using typing

Fix

  • deps: remove unneeded dependencies

[main 5670d38] bump: 1.0.33 → 1.1.0 2 files changed, 13 insertions(+), 1 deletion(-)

v1.0.33 (2025-07-04)

Fix

  • add with block to entries() (#121)

[main 0329415] bump: 1.0.32 → 1.0.33 2 files changed, 8 insertions(+), 2 deletions(-)

v1.0.32 (2024-12-21)

Fix

  • deps: bump src/cmudict/data from 7cd8fb5 to 0f8072f (#116)

[main 420d72e] bump: 1.0.31 → 1.0.32 2 files changed, 8 insertions(+), 2 deletions(-)

v1.0.31 (2024-09-14)

Fix

  • deps: bump importlib-resources from 6.4.4 to 6.4.5 (#112)
  • deps: bump importlib-metadata from 8.4.0 to 8.5.0 (#111)

... (truncated)

Changelog

Sourced from cmudict's changelog.

v1.1.1 (2025-07-24)

Fix

  • remove typing deprecations (#123)
  • use builtin.list instead of deprecated typing.List
  • use builtin.tuple instead of deprectated typing.Tuple

v1.1.0 (2025-07-21)

Feat

  • add type hints (#122)
  • add typed marker
  • add type hints to all functions using typing

Fix

  • deps: remove unneeded dependencies

v1.0.33 (2025-07-04)

Fix

  • add with block to entries() (#121)

v1.0.32 (2024-12-21)

Fix

  • deps: bump src/cmudict/data from 7cd8fb5 to 0f8072f (#116)

v1.0.31 (2024-09-14)

Fix

  • deps: bump importlib-resources from 6.4.4 to 6.4.5 (#112)
  • deps: bump importlib-metadata from 8.4.0 to 8.5.0 (#111)

v1.0.30 (2024-08-24)

Fix

  • deps: bump importlib-resources from 6.4.2 to 6.4.4 (#109)

v1.0.29 (2024-08-24)

Fix

  • deps: bump importlib-metadata from 8.2.0 to 8.4.0 (#108)

... (truncated)

Commits
  • 82e42fa bump: 1.1.0 → 1.1.1
  • 6acef5d fix: remove typing deprecations (#123)
  • e1f81b7 ci: do not cancel in progress release workflow on bump
  • 0d9f41b fix: use builtin.list instead of deprecated typing.List
  • 9705168 fix: use builtin.tuple instead of deprectated typing.Tuple
  • 7d0fc62 ci: removed deprecated reviewers field
  • b53e91c ci: add CODEOWNERS
  • 5670d38 bump: 1.0.33 → 1.1.0
  • 928af11 feat: add type hints (#122)
  • 86b54e6 test: bring unit tests up to current standards
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2025
@dependabot dependabot bot requested a review from davidlday as a code owner October 31, 2025 21:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/cmudict-1.1.1 branch from bb2c1b5 to ee5c1bb Compare November 9, 2025 18:21
@dependabot dependabot bot force-pushed the dependabot/pip/cmudict-1.1.1 branch from ee5c1bb to ffbd907 Compare November 9, 2025 18:26
Bumps [cmudict](https://github.com/prosegrinder/python-cmudict) from 1.0.15 to 1.1.1.
- [Release notes](https://github.com/prosegrinder/python-cmudict/releases)
- [Changelog](https://github.com/prosegrinder/python-cmudict/blob/main/CHANGELOG.md)
- [Commits](prosegrinder/python-cmudict@v1.0.15...v1.1.1)

---
updated-dependencies:
- dependency-name: cmudict
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/cmudict-1.1.1 branch from ffbd907 to fb396ea Compare November 9, 2025 19:19
@davidlday davidlday merged commit 022b055 into main Nov 9, 2025
14 checks passed
@davidlday davidlday deleted the dependabot/pip/cmudict-1.1.1 branch November 9, 2025 19:55
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.

2 participants