sensu-plugins / sensu-plugins-mailgun

Sensu plugins for Mailgun
http://sensu-plugins.io
MIT License
0 stars 7 forks source link

Update tzinfo requirement from = 1.2.2 to = 1.2.5 #8

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on tzinfo to permit the latest version.

Release notes *Sourced from [tzinfo's releases](https://github.com/tzinfo/tzinfo/releases).* > ## v1.2.5 > * Support recursively (deep) freezing `Country` and `Timezone` instances. [#80](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/80). > * Allow negative daylight savings time offsets to be derived when reading from zoneinfo files. The utc_offset and std_offset are now derived correctly for Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database. > > [TZInfo v1.2.5 on RubyGems.org](https://rubygems.org/gems/tzinfo/versions/1.2.5)
Changelog *Sourced from [tzinfo's changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md).* > ## Version 1.2.5 - 4-Feb-2018 > > * Support recursively (deep) freezing `Country` and `Timezone` instances. [#80](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/80). > * Allow negative daylight savings time offsets to be derived when reading from > zoneinfo files. The utc_offset and std_offset are now derived correctly for > Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database. > > > ## Version 1.2.4 - 26-Oct-2017 > > * Ignore the leapseconds file that is included in zoneinfo directories installed > with version 2017c and later of the Time Zone Database. > > > ## Version 1.2.3 - 25-Mar-2017 > > * Reduce the number of `String` objects allocated when loading zoneinfo files. > [#54](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/54). > * Make `Timezone#friendly_identifier` compatible with frozen string literals. > * Improve the algorithm for deriving the `utc_offset` from zoneinfo files. This > now correctly handles Pacific/Apia switching from one side of the > International Date Line to the other whilst observing daylight savings time. > [#66](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/66). > * Fix an `UnknownTimezone` exception when calling transitions_up_to or > offsets_up_to on a `TimezoneProxy` instance obtained from > `Timezone.get_proxy`. > * Allow the Factory zone to be obtained from the Zoneinfo data source. > * Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware > distributions. [#64](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/64). > * Fix `Timezone#strftime` handling of `%Z` expansion when `%Z` is prefixed with > more than one percent. [#31](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/31). > * Support expansion of `%z`, `%:z`, `%::z` and `%:::z` to the UTC offset of the > time zone in `Timezone#strftime`. [#31](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/31) and [#67](https://github-redirect.dependabot.com/tzinfo/tzinfo/issues/67). > > > ## Version 1.2.2 - 8-Aug-2014 > > * Fix an error with duplicates being returned by `Timezone#all_country_zones` > and `Timezone#all_country_zone_identifiers` when used with tzinfo-data > v1.2014.6 or later. > * Use the zone1970.tab file for country timezone data if it is found in the > zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added > in tzdata 2014f. zone.tab is now deprecated. > > > ## Version 1.2.1 - 1-Jun-2014 > > * Support zoneinfo files generated with zic version 2014c and later. > * On platforms that only support positive 32-bit timestamps, ensure that > conversions are accurate from the epoch instead of just from the first > ... (truncated)
Commits - See full diff in [compare view](https://github.com/tzinfo/tzinfo/commits/v1.2.5)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #17.