fix(deps): update dependency python-ulid to v4#371
Open
dreadnode-renovate-bot[bot] wants to merge 1 commit into
Open
fix(deps): update dependency python-ulid to v4#371dreadnode-renovate-bot[bot] wants to merge 1 commit into
dreadnode-renovate-bot[bot] wants to merge 1 commit into
Conversation
| datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | pypi | python-ulid | 3.1.0 | 4.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
| Package | Change | Age | Confidence |
|
Generated Summary:
python-ulidfrom>=3.0.0,<4.0.0to>=4.0.1,<4.1.0.python-ulidwhile maintaining compatibility within the specified version range.This summary was generated with ❤️ by rigging
| python-ulid (changelog) |
|
|
>=3.0.0,<4.0.0→>=4.0.1,<4.1.0|Release Notes
mdomke/python-ulid (python-ulid)
v4.0.1Compare Source
Changed
ValueProviderclass and theULID.providerattribute in favour of:class:
.ULIDGeneratorand the monotonicity policies. Code that replacedULID.providerorsubclassed
ValueProvidermust migrate to a custom :class:.ULIDGeneratorassigned toulid.default_generator.validate_typedecorator. TheULID.from_*constructors still raiseTypeErrorfor arguments of the wrong type, so runtime behaviour is unchanged.v4.0.0Compare Source
Added
PEP-0561_ by adding thepy.typedmarker.Changed
Dropped support for Python 2. Only Python 3.6+ is supported.
The named constructor
ULID.newhas been removed. Use one of the specifc namedconstructors instead. For a new :class:
.ULIDcreated from the current timestamp use thestandard constructor.
.. code-block:: python
old
new
The
ULID.strandULID.intmethods have been removed in favour of the morePythonic special dunder-methods. Use
str(ulid)andint(ulid)instead.Added the property :meth:
.ULID.hexthat returns a hex representation of the :class:.ULID... code-block:: python
Equality checks and ordering now also work with
str-instances.The package now has no external dependencies.
The test-coverage has been raised to 100%.
.. _4.0.1: mdomke/python-ulid@4.0.0...4.0.1
.. _4.0.0: mdomke/python-ulid@3.2.1...4.0.0
.. _3.2.1: mdomke/python-ulid@3.2.0...3.2.1
.. _3.2.0: mdomke/python-ulid@3.1.0...3.2.0
.. _3.1.0: mdomke/python-ulid@3.0.0...3.1.0
.. _3.0.0: mdomke/python-ulid@2.7.0...3.0.0
.. _2.7.0: mdomke/python-ulid@2.6.0...2.7.0
.. _2.6.0: mdomke/python-ulid@2.5.0...2.6.0
.. _2.5.0: mdomke/python-ulid@2.4.0...2.5.0
.. _2.4.0: mdomke/python-ulid@2.3.0...2.4.0
.. _2.3.0: mdomke/python-ulid@2.2.0...2.3.0
.. _2.2.0: mdomke/python-ulid@2.1.0...2.2.0
.. _2.1.0: mdomke/python-ulid@2.0.0...2.1.0
.. _2.0.0: mdomke/python-ulid@1.1.0...2.0.0
.. _1.1.0: mdomke/python-ulid@1.0.3...1.1.0
.. _1.0.3: mdomke/python-ulid@1.0.2...1.0.3
.. _1.0.0: mdomke/python-ulid@0.2.0...1.0.0
.. _PEP-0561: https://www.python.org/dev/peps/pep-0561/#packaging-type-information
v3.2.1Compare Source
Fixed
ULID.to_uuid7andULID.from_uuidv7)@pirate <https://github.com/pirate>_.--uuid7option to the CLI'sshowcommand to convert and output a ULID as anRFC 4122 compliant UUIDv7.
Changed
@propertyto@cached_property@WH-2099 <https://github.com/WH-2099>_.incrementing the randomness component by 1 bit. This process is descrbied in the
spec <https://github.com/ulid/spec/blob/master/README.md#monotonicity>_.Fixed
TypeErrorinstead ofValueErrorif constructor is called with value of wrong type.rufflinter rules and switch tohatch fmt.Added
.ULID.milliseconds@tsugumi-sys <https://github.com/tsugumi-sys>_.v3.2.0Compare Source
Added
PEP-0561_ by adding thepy.typedmarker.Changed
Dropped support for Python 2. Only Python 3.6+ is supported.
The named constructor
ULID.newhas been removed. Use one of the specifc namedconstructors instead. For a new :class:
.ULIDcreated from the current timestamp use thestandard constructor.
.. code-block:: python
old
new
The
ULID.strandULID.intmethods have been removed in favour of the morePythonic special dunder-methods. Use
str(ulid)andint(ulid)instead.Added the property :meth:
.ULID.hexthat returns a hex representation of the :class:.ULID... code-block:: python
Equality checks and ordering now also work with
str-instances.The package now has no external dependencies.
The test-coverage has been raised to 100%.
.. _4.0.1: mdomke/python-ulid@4.0.0...4.0.1
.. _4.0.0: mdomke/python-ulid@3.2.1...4.0.0
.. _3.2.1: mdomke/python-ulid@3.2.0...3.2.1
.. _3.2.0: mdomke/python-ulid@3.1.0...3.2.0
.. _3.1.0: mdomke/python-ulid@3.0.0...3.1.0
.. _3.0.0: mdomke/python-ulid@2.7.0...3.0.0
.. _2.7.0: mdomke/python-ulid@2.6.0...2.7.0
.. _2.6.0: mdomke/python-ulid@2.5.0...2.6.0
.. _2.5.0: mdomke/python-ulid@2.4.0...2.5.0
.. _2.4.0: mdomke/python-ulid@2.3.0...2.4.0
.. _2.3.0: mdomke/python-ulid@2.2.0...2.3.0
.. _2.2.0: mdomke/python-ulid@2.1.0...2.2.0
.. _2.1.0: mdomke/python-ulid@2.0.0...2.1.0
.. _2.0.0: mdomke/python-ulid@1.1.0...2.0.0
.. _1.1.0: mdomke/python-ulid@1.0.3...1.1.0
.. _1.0.3: mdomke/python-ulid@1.0.2...1.0.3
.. _1.0.0: mdomke/python-ulid@0.2.0...1.0.0
.. _PEP-0561: https://www.python.org/dev/peps/pep-0561/#packaging-type-information
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.