DenverCoder1 / jct-discord-bot

Bot for JCT ESP CompSci Discord Server
MIT License
11 stars 1 forks source link

chore(deps): update pyluach requirement from <2,>=1.4.2 to >=1.4.2,<3 #428

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pyluach to permit the latest version.

Changelog

Sourced from pyluach's changelog.

2.2.0_ (2023-02-28)

  • Added prefix_day param to festival and holiday methods and functions.

2.1.0_ (2023-02-12)

  • Added add and subtract methods to dates.HebrewDate.
  • Added replace method to CalendarDateMixin.
  • Added missing documentation for %y and %Y in formatting HebrewDate.

2.0.2_ (2022-10-24)

  • Fix subtracting one date from another returning float instead of int.

2.0.1_ (2022-08-24)

  • Fix issue ([#24](https://github.com/simlist/pyluach/issues/24)_) where Shavuos is returned in most months on day 7.

2.0.0_ (2022-05-29)

  • Changed equality comparers to compare object identity on unmatched types.
  • Equal dates of different types will no longer be considered identical keys for dicts.
  • Added strftime and __format__ methods to dates.GregorianDate.
  • Added __format__ method to dates.HebrewDate.
  • Added withgershayim parameter to dates.HebrewDate.hebrew_day and dates.HebrewDate.hebrew_year methods
  • Added monthcount method to hebrewcal.Year.
  • Removed deprecated hebrewcal.Month.name attribute.
  • Implemented HebrewCalendar classes for generating calendars similar to Calendar classes in the standard library calendar module.

1.4.2_ (2022-05-20)

  • Fixed bug in hebrewcal.Month comparisons when one month is before Nissan and one is not.

1.4.1_ (2022-03-25)

  • Fixed mistakes in docstring and error message.

1.4.0_ (2022-02-21)

  • Added parameter include_working_days to festival method and function.
  • Removed support for python < 3.6

1.3.0_ (2021-06-09)

... (truncated)

Commits
  • fa040fb Fixed prefix_day param to work with all date types.
  • 6f0cfb1 Added missing space in changelog.
  • 24bc2ee Prefixed utils.Days with leading underscore.
  • 44554c5 Fixed typo in version.
  • 7b96339 Handled no prefix day on Shavuos when israel=True.
  • 7d0adc8 Changed name of param 'include_day' to 'prefix_day'.
  • bb5fc5b Added changes to CHANGELOG.
  • 97ece69 Added include_days param to holiday and festival methods and funtions.
  • cfc7e18 Created days dictionary and _first_day_of_holiday function.
  • 08866d3 Incremented version.
  • 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 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)