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

Bump the minor-and-patch group across 2 directories with 3 updates #729

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the minor-and-patch group with 3 updates in the / directory: mnemonic, pydantic-core and requests-sse.
Bumps the minor-and-patch group with 3 updates in the /docs directory: mnemonic, pydantic-core and requests-sse.

Updates mnemonic from 0.20 to 0.21

Changelog

Sourced from mnemonic's changelog.

0.21_ - 2024-01-05

.. _0.21: trezor/python-mnemonic@v0.20...v0.21

Added


- Czech and Portuguese wordlists
- Option to provide custom list of words instead of loading from built-in file

Changed

  • Use secrets module for randomness
  • Use English as a default language if none is provided
  • Language detection is unambiguous even if some words are ambiguous
  • Build system switched to Poetry

Removed


- Support for Python below 3.8 was dropped
Commits
  • d4b106c ci: fix style check
  • 7d266f0 docs: 0.21 changelog
  • 4b14fc5 Support unambiguous detection of language if only prefixes are supplied
  • 264145f style: update to python 3.8 features
  • 0bd9d8d build: switch to poetry, bump version
  • 41f1c6b provide custom wordlist via a parameter
  • a852a9c ci: enable python 3.12
  • 467e280 ci: add python 3.12
  • 17b148f fix flake warning
  • 308aae0 use nfkd to read word in to_entropy (#122)
  • Additional commits viewable in compare view

Updates pydantic-core from 2.27.2 to 2.29.0

Release notes

Sourced from pydantic-core's releases.

v2.29.0 2025-02-07

What's Changed

Packaging

Fixes

Performance

New Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.28.0...v2.29.0

v2.28.0 2025-01-30

What's Changed

... (truncated)

Commits

Updates requests-sse from 0.3.2 to 0.5.0

Release notes

Sourced from requests-sse's releases.

0.5.0

What's Changed

Full Changelog: overcat/requests-sse@0.4.0...0.5.0

0.4.0

What's Changed

  • fix: close session in EventSource.close() instead of EventSource.__exit__() (#17)
  • chore: drop support for Python 3.7. You may still be able to use this library on Python 3.7, but we are not testing it and are no longer sure if it will work well.

New Contributors

Changelog

Sourced from requests-sse's changelog.

Version 0.5.0

Released 2025-01-09

  • chore: change the log level. (#21)
  • feat: allow users to set latest_event_id during initialization. (#24)

Version 0.4.0

Released 2025-01-07

  • fix: close session in EventSource.close() instead of EventSource.__exit__() (#17)
  • chore: drop support for Python 3.7. You may still be able to use this library on Python 3.7, but we are not testing it and are no longer sure if it will work well.
Commits

Updates mnemonic from 0.20 to 0.21

Changelog

Sourced from mnemonic's changelog.

0.21_ - 2024-01-05

.. _0.21: trezor/python-mnemonic@v0.20...v0.21

Added


- Czech and Portuguese wordlists
- Option to provide custom list of words instead of loading from built-in file

Changed

  • Use secrets module for randomness
  • Use English as a default language if none is provided
  • Language detection is unambiguous even if some words are ambiguous
  • Build system switched to Poetry

Removed


- Support for Python below 3.8 was dropped
Commits
  • d4b106c ci: fix style check
  • 7d266f0 docs: 0.21 changelog
  • 4b14fc5 Support unambiguous detection of language if only prefixes are supplied
  • 264145f style: update to python 3.8 features
  • 0bd9d8d build: switch to poetry, bump version
  • 41f1c6b provide custom wordlist via a parameter
  • a852a9c ci: enable python 3.12
  • 467e280 ci: add python 3.12
  • 17b148f fix flake warning
  • 308aae0 use nfkd to read word in to_entropy (#122)
  • Additional commits viewable in compare view

Updates pydantic-core from 2.27.2 to 2.29.0

Release notes

Sourced from pydantic-core's releases.

v2.29.0 2025-02-07

What's Changed

Packaging

Fixes

Performance

New Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.28.0...v2.29.0

v2.28.0 2025-01-30

What's Changed

... (truncated)

Commits

Updates requests-sse from 0.3.2 to 0.5.0

Release notes

Sourced from requests-sse's releases.

0.5.0

What's Changed

Full Changelog: overcat/requests-sse@0.4.0...0.5.0

0.4.0

What's Changed

  • fix: close session in EventSource.close() instead of EventSource.__exit__() (#17)
  • chore: drop support for Python 3.7. You may still be able to use this library on Python 3.7, but we are not testing it and are no longer sure if it will work well.

New Contributors

Changelog

Sourced from requests-sse's changelog.

Version 0.5.0

Released 2025-01-09

  • chore: change the log level. (#21)
  • feat: allow users to set latest_event_id during initialization. (#24)

Version 0.4.0

Released 2025-01-07

  • fix: close session in EventSource.close() instead of EventSource.__exit__() (#17)
  • chore: drop support for Python 3.7. You may still be able to use this library on Python 3.7, but we are not testing it and are no longer sure if it will work well.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 13, 2025
Bumps the minor-and-patch group with 3 updates in the / directory: [mnemonic](https://github.com/trezor/python-mnemonic), [pydantic-core](https://github.com/pydantic/pydantic-core) and [requests-sse](https://github.com/overcat/requests-sse).
Bumps the minor-and-patch group with 3 updates in the /docs directory: [mnemonic](https://github.com/trezor/python-mnemonic), [pydantic-core](https://github.com/pydantic/pydantic-core) and [requests-sse](https://github.com/overcat/requests-sse).


Updates `mnemonic` from 0.20 to 0.21
- [Changelog](https://github.com/trezor/python-mnemonic/blob/master/CHANGELOG.rst)
- [Commits](trezor/python-mnemonic@v0.20...v0.21)

Updates `pydantic-core` from 2.27.2 to 2.29.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.29.0)

Updates `requests-sse` from 0.3.2 to 0.5.0
- [Release notes](https://github.com/overcat/requests-sse/releases)
- [Changelog](https://github.com/overcat/requests-sse/blob/main/CHANGES.md)
- [Commits](overcat/requests-sse@0.3.2...0.5.0)

Updates `mnemonic` from 0.20 to 0.21
- [Changelog](https://github.com/trezor/python-mnemonic/blob/master/CHANGELOG.rst)
- [Commits](trezor/python-mnemonic@v0.20...v0.21)

Updates `pydantic-core` from 2.27.2 to 2.29.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.29.0)

Updates `requests-sse` from 0.3.2 to 0.5.0
- [Release notes](https://github.com/overcat/requests-sse/releases)
- [Changelog](https://github.com/overcat/requests-sse/blob/main/CHANGES.md)
- [Commits](overcat/requests-sse@0.3.2...0.5.0)

---
updated-dependencies:
- dependency-name: mnemonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: requests-sse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mnemonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: requests-sse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/minor-and-patch-c54724f434 branch from cce72ec to 7d7456b Compare February 16, 2025 02:51
Copy link
Author

dependabot bot commented on behalf of github Feb 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/minor-and-patch-c54724f434 branch February 23, 2025 02:50
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