Skip to content

chore(deps): update coolname requirement from <3.0.0,>=1.0.4 to >=1.0.4,<6.0.0#619

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/coolname-gte-1.0.4-and-lt-6.0.0
Open

chore(deps): update coolname requirement from <3.0.0,>=1.0.4 to >=1.0.4,<6.0.0#619
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/coolname-gte-1.0.4-and-lt-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on coolname to permit the latest version.

Changelog

Sourced from coolname's changelog.

5.0.0 (2026-04-22)

This major release has new features and significant internal changes, but it is compatible with 4.x in any normal usage as described in documentation, and you can upgrade from 4.x with minimal unit test coverage.

There are implementation changes that theoretically can break user code in undocumented scenarios. Even if it breaks, most likely, it will take a minute to fix.

What's new in the default generator:

  • Complete typing support, tested with mypy strict = True.

  • Added a few more words, and fixed one spelling mistake.

.. collapse:: Boring technical details

* :py:class:`RandomGenerator` and global methods like :py:func:`generate_slug` now live in the top-level
  ``coolname`` namespace.
  It won't affect your code if you've been importing directly from ``coolname`` as per documentation.

Basically, instead of this:

.. code-block:: python

&gt;&gt;&gt; from coolname import generate_slug, RandomGenerator
&gt;&gt;&gt; generate_slug
&lt;bound method RandomGenerator.generate_slug of &lt;coolname.impl.RandomGenerator object at 0x7a7cb248d6a0&gt;&gt;
&gt;&gt;&gt; RandomGenerator
&lt;class 'coolname.impl.RandomGenerator'&gt;

You will see this (notice no impl):

.. code-block:: python

&gt;&gt;&gt; generate_slug
&lt;bound method RandomGenerator.generate_slug of &lt;coolname.RandomGenerator object at 0x75038bacde80&gt;&gt;
&gt;&gt;&gt; RandomGenerator
&lt;class 'coolname.RandomGenerator'&gt;

In custom generators:

  • Default parameter value changed: ensure_unique=True. Custom generators can forget about it and still generate sequences without repeating words. Consider also using ensure_unique_prefix (disabled by default).

  • :doc:New parameters <parameters-table> for advanced words/phrases lists: strip_whitespace, allow_whitespace, separator.

  • What is considered a valid word? It's now controlled by word_regex parameter, \w+ by default.

... (truncated)

Commits
  • 7d45078 Merge branch 'master' into dev
  • 13541d9 docs: autodoc fix - build package first
  • 8015c5e Merge branch 'dev'
  • 659fad7 Merge branch 'master' into dev
  • 3a1d21b docs: HISTORY
  • a351596 feat: number
  • 9e04bab work in progress
  • 4f0b8f9 improved: PhraseSplitter clearer error messages + tests
  • e9cceba refactor: use pathlib.Path in coolname.loader; updated tests
  • e6484ed Bump pytest from 7.4.4 to 9.0.3 in /requirements
  • 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 [coolname](https://github.com/alexanderlukanin13/coolname) to permit the latest version.
- [Changelog](https://github.com/alexanderlukanin13/coolname/blob/master/HISTORY.rst)
- [Commits](alexanderlukanin13/coolname@1.0.4...5.0.0)

---
updated-dependencies:
- dependency-name: coolname
  dependency-version: 5.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 12, 2026

Labels

The following labels could not be found: development. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants