endoflife-date / release-data

Common Release Data for various projects in a consumable format, automatically updated.
MIT License
123 stars 36 forks source link

Bump python-liquid from 1.10.0 to 1.10.2 #266

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps python-liquid from 1.10.0 to 1.10.2.

Release notes

Sourced from python-liquid's releases.

Version 1.10.2

Fixes

  • Added an additional implementation of the split filter, which resolves some compatibility issues between Python Liquid's and the reference implementation. Previously, when given an empty string to split or when the string and the delimiter were equal, we used Python's str.split() behavior of producing one or two element lists containing empty strings. We now match Shopify/Liquid in returning an empty list for such cases. The new split filter will be enabled by default when using liquid.future.Environment, and can optionally be registered with liquid.Environment for those that don't mind the behavioral change. See #135.

  • Fixed unexpected errors from the date filter when it's given an invalid format string. Previously we were raising a liquid.exceptions.Error in response to a ValueError from strftime. We now raise a FilterArgumentError with its __cause__ set to the ValueError.

  • Fixed handling of "%s" date filter format strings. We now fall back to a string representation of datetime.timestamp() for platforms that don't support %s. Note that this is for "%s" exactly. We don't handle the more general case of %s appearing in a longer format string.

Commits
  • 25d0fcb Release version 1.10.2. [skip ci]
  • 39210ec Change last version bump. #136 is on hold.
  • a60531c Fix split filter compatibility issues (#135)
  • c6af741 docs: update read the docs requirements.txt
  • ea462fd docs: poke read the docs webhook
  • d79933d Test against Python 3.12. (#131)
  • 9c68cbc Test variable output corner cases.
  • cf9886b docs: fix link in contributing.md
  • fcf9ce7 Handle unsupported date filter format strings. (#130)
  • See full diff 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 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)