Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coolname requirement from <2,>=1.1.0 to >=1.1.0,<3 #1666

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Updates the requirements on coolname to permit the latest version.

Changelog

Sourced from coolname's changelog.

2.0.0 (2022-10-24)

  • Support for old Python versions (<3.5) is dropped, because it's 2022

  • Command line usage and pipx support.

  • With additional owls and bitterns

1.1.0 (2018-08-02)

  • 32-bit Python is supported.

1.0.4 (2018-02-17)

  • Breaking changes:

    • Renamed :class:RandomNameGenerator to :class:RandomGenerator.

    • :func:randomize was removed, because it was just an alias to :func:random.seed.

  • Phrase lists <https://coolname.readthedocs.io/en/latest/customization.html#phrases-list>_ give you even more freedom when creating custom generators.

  • You can seed or even replace the underlying :class:random.Random instance, see Randomization <https://coolname.readthedocs.io/en/latest/randomization.html>_.

  • Change the default generator using COOLNAME_DATA_DIR and COOLNAME_DATA_MODULE. This also saves memory!

  • Total number of combinations = 60 billions.

0.2.0 (2016-09-28)

  • More flexible configuration: max_length and max_slug_length constraints. See documentation <http://coolname.readthedocs.io/en/latest/customization.html#length-limits>_.

  • Total number of combinations increased from 43 to 51 billions.

0.1.1 (2015-12-17)

  • Consistent behavior in Python 2/3: output is always unicode.

  • Provide from coolname.loader import load_config as a public API for loading custom configuration.

  • More strict configuration validation.

... (truncated)

Commits

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 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.
- [Release notes](https://github.com/alexanderlukanin13/coolname/releases)
- [Changelog](https://github.com/alexanderlukanin13/coolname/blob/master/HISTORY.rst)
- [Commits](alexanderlukanin13/coolname@1.1.0...2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 24, 2022 01:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
@mvpatel2000 mvpatel2000 merged commit 0e94543 into dev Oct 26, 2022
@mvpatel2000 mvpatel2000 deleted the dependabot/pip/coolname-gte-1.1.0-and-lt-3 branch October 26, 2022 00:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant