uc-cdis / peregrine

GraphQL search API service
Apache License 2.0
11 stars 9 forks source link

chore(deps): bump python-dateutil from 2.4.2 to 2.8.0 #147

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps python-dateutil from 2.4.2 to 2.8.0.

Release notes *Sourced from [python-dateutil's releases](https://github.com/dateutil/dateutil/releases).* > ## Version 2.7.5 (2018-10-27) > Data updates > ------------ > > - Update tzdata to 2018g > > ## Version 2.7.4 (2018-10-24) > Data updates > ------------ > > - Updated tzdata version to 2018f. > > ## Version 2.7.3 (2018-05-09) > Data updates > ------------ > > - Update tzdata to 2018e. (gh pr [#710](https://github-redirect.dependabot.com/dateutil/dateutil/issues/710)) > > > Bugfixes > -------- > > - Fixed an issue where decimal.Decimal would cast `NaN` or infinite value in a > parser.parse, which will raise decimal.Decimal-specific errors. Reported and > fixed by [@​amureki](https://github.com/amureki) (gh issue [#662](https://github-redirect.dependabot.com/dateutil/dateutil/issues/662), gh pr [#679](https://github-redirect.dependabot.com/dateutil/dateutil/issues/679)). > - Fixed a ValueError being thrown if tzinfos call explicity returns ``None``. > Reported by [@​pganssle](https://github.com/pganssle) (gh issue [#661](https://github-redirect.dependabot.com/dateutil/dateutil/issues/661)) Fixed by [@​parsethis](https://github.com/parsethis) (gh pr [#681](https://github-redirect.dependabot.com/dateutil/dateutil/issues/681)) > - Fixed incorrect parsing of certain dates earlier than 100 AD when repesented > in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue [#687](https://github-redirect.dependabot.com/dateutil/dateutil/issues/687), pr [#700](https://github-redirect.dependabot.com/dateutil/dateutil/issues/700)) > - Fixed a bug where automatically generated DTSTART was naive even if a > specified UNTIL had a time zone. Automatically generated DTSTART will now > take on the timezone of an UNTIL date, if provided. Reported by [@​href](https://github.com/href) (gh > issue [#652](https://github-redirect.dependabot.com/dateutil/dateutil/issues/652)). Fixed by [@​absreim](https://github.com/absreim) (gh pr [#693](https://github-redirect.dependabot.com/dateutil/dateutil/issues/693)). > > > Documentation changes > --------------------- > > - Corrected link syntax and updated URL to https for ISO year week number > notation in relativedelta examples. (gh issue [#670](https://github-redirect.dependabot.com/dateutil/dateutil/issues/670), pr [#711](https://github-redirect.dependabot.com/dateutil/dateutil/issues/711)) > - Add doctest examples to tzfile documentation. Done by [@​weatherpattern](https://github.com/weatherpattern) and > [@​pganssle](https://github.com/pganssle) (gh pr [#671](https://github-redirect.dependabot.com/dateutil/dateutil/issues/671)) > - Updated the documentation for relativedelta. Removed references to tuple > arguments for weekday, explained effect of weekday(_, 1) and better explained > the order of operations that relativedelta applies. Fixed by [@​kvn219](https://github.com/kvn219) > [@​huangy22](https://github.com/huangy22) and [@​ElliotJH](https://github.com/ElliotJH) (gh pr [#673](https://github-redirect.dependabot.com/dateutil/dateutil/issues/673)) > - Added changelog to documentation. (gh issue [#692](https://github-redirect.dependabot.com/dateutil/dateutil/issues/692), gh pr [#707](https://github-redirect.dependabot.com/dateutil/dateutil/issues/707)) > - Changed order of keywords in rrule docstring. Reported and fixed by > [@​rmahajan14](https://github.com/rmahajan14) (gh issue [#686](https://github-redirect.dependabot.com/dateutil/dateutil/issues/686), gh pr [#695](https://github-redirect.dependabot.com/dateutil/dateutil/issues/695)). > - Added documentation for ``dateutil.tz.gettz``. Reported by [@​pganssle](https://github.com/pganssle) (gh > ... (truncated)
Changelog *Sourced from [python-dateutil's changelog](https://github.com/dateutil/dateutil/blob/master/NEWS).* > Version 2.8.0 (2019-02-04) > ========================== > > Data updates > ------------ > > - Updated tzdata version to to 2018i. > > > Features > -------- > > - Added support for ``EXDATE`` parameters when parsing ``rrule`` strings. > Reported by [@​mlorant](https://github.com/mlorant) (gh issue [#410](https://github-redirect.dependabot.com/dateutil/dateutil/issues/410)), fixed by [@​nicoe](https://github.com/nicoe) (gh pr [#859](https://github-redirect.dependabot.com/dateutil/dateutil/issues/859)). > - Added support for sub-minute time zone offsets in Python 3.6+. > Fixed by [@​cssherry](https://github.com/cssherry) (gh issue [#582](https://github-redirect.dependabot.com/dateutil/dateutil/issues/582), pr [#763](https://github-redirect.dependabot.com/dateutil/dateutil/issues/763)) > - Switched the ``tzoffset``, ``tzstr`` and ``gettz`` caches over to using weak > references, so that the cache expires when no other references to the > original ``tzinfo`` objects exist. This cache-expiry behavior is not > guaranteed in the public interface and may change in the future. To improve > performance in the case where transient references to the same time zones > are repeatedly created but no strong reference is continuously held, a > smaller "strong value" cache was also added. Weak value cache implemented by > [@​cs-cordero](https://github.com/cs-cordero) (gh pr [#672](https://github-redirect.dependabot.com/dateutil/dateutil/issues/672), [#801](https://github-redirect.dependabot.com/dateutil/dateutil/issues/801)), strong cache added by > Gökçen Nurlu (gh issue [#691](https://github-redirect.dependabot.com/dateutil/dateutil/issues/691), gh pr [#761](https://github-redirect.dependabot.com/dateutil/dateutil/issues/761)) > > > Bugfixes > -------- > > - Add support for ISO 8601 times with comma as the decimal separator in the > ``dateutil.parser.isoparse`` function. (gh pr [#721](https://github-redirect.dependabot.com/dateutil/dateutil/issues/721)) > - Changed handling of ``T24:00`` to be compliant with the standard. ``T24:00`` > now represents midnight on the *following* day. > Fixed by [@​cheukting](https://github.com/cheukting) (gh issue [#658](https://github-redirect.dependabot.com/dateutil/dateutil/issues/658), gh pr [#751](https://github-redirect.dependabot.com/dateutil/dateutil/issues/751)) > - Fixed an issue where ``isoparser.parse_isotime`` was unable to handle the > ``24:00`` variant representation of midnight. (gh pr [#773](https://github-redirect.dependabot.com/dateutil/dateutil/issues/773)) > - Added support for more than 6 fractional digits in `isoparse`. > Reported and fixed by [@​jayschwa](https://github.com/jayschwa) (gh issue [#786](https://github-redirect.dependabot.com/dateutil/dateutil/issues/786), gh pr [#787](https://github-redirect.dependabot.com/dateutil/dateutil/issues/787)). > - Added 'z' (lower case Z) as valid UTC time zone in isoparser. > Reported by [@​cjgibson](https://github.com/cjgibson) (gh issue [#820](https://github-redirect.dependabot.com/dateutil/dateutil/issues/820)). Fixed by [@​Cheukting](https://github.com/Cheukting) (gh pr [#822](https://github-redirect.dependabot.com/dateutil/dateutil/issues/822)) > - Fixed a bug with base offset changes during DST in ``tzfile``, and refactored > the way base offset changes are detected. Originally reported on > Stack Overflow by [@​MartinThoma](https://github.com/MartinThoma). (gh issue [#812](https://github-redirect.dependabot.com/dateutil/dateutil/issues/812), gh pr [#810](https://github-redirect.dependabot.com/dateutil/dateutil/issues/810)) > - Fixed error condition in ``tz.gettz`` when a non-ASCII timezone is passed on > Windows in Python 2.7. (gh issue [#802](https://github-redirect.dependabot.com/dateutil/dateutil/issues/802), pr [#861](https://github-redirect.dependabot.com/dateutil/dateutil/issues/861)) > - Improved performance and inspection properties of ``tzname`` methods. > (gh pr [#811](https://github-redirect.dependabot.com/dateutil/dateutil/issues/811)) > - Removed unnecessary binary_type compatibility shims. > Added by [@​jdufresne](https://github.com/jdufresne) (gh pr [#817](https://github-redirect.dependabot.com/dateutil/dateutil/issues/817)) > ... (truncated)
Commits - [`3ebfbe8`](https://github.com/dateutil/dateutil/commit/3ebfbe8385363d2f8a9fd9ff1b3857fbd5df7d5e) Merge pull request [#864](https://github-redirect.dependabot.com/dateutil/dateutil/issues/864) from pganssle/release_2.8.0 - [`8e601bd`](https://github.com/dateutil/dateutil/commit/8e601bd9d65a3e26ad7c17b34e7b11513b760fd9) Update NEWS file for version 2.8.0 - [`57659e8`](https://github.com/dateutil/dateutil/commit/57659e8ffc385d90b87d13d5057c868f6b3f0529) Move changelog for 582 - [`6db5a27`](https://github.com/dateutil/dateutil/commit/6db5a272fc89b0fe9431940f399d13c042b1bdf5) Merge pull request [#863](https://github-redirect.dependabot.com/dateutil/dateutil/issues/863) from pganssle/add_pep517 - [`0519110`](https://github.com/dateutil/dateutil/commit/05191103733faa9a5d41ac0f014004dd4c75048e) Add changelog for pyproject.toml changes ([#863](https://github-redirect.dependabot.com/dateutil/dateutil/issues/863)) - [`23f127f`](https://github.com/dateutil/dateutil/commit/23f127f7d9745c83251549bc7f7059630eb32932) Add pyproject.toml to sdist - [`c337b84`](https://github.com/dateutil/dateutil/commit/c337b84d2770909eebc25ce44923dcf3148394b3) Explicitly add PEP 517 backend to pyproject.toml - [`9b9d84d`](https://github.com/dateutil/dateutil/commit/9b9d84dde19b8f0b4b568977079eead975941c87) Merge pull request [#859](https://github-redirect.dependabot.com/dateutil/dateutil/issues/859) from nicoe/exdate-params - [`3997259`](https://github.com/dateutil/dateutil/commit/399725924c561d3729c849d9297f92e5c5543df4) Add Nicolas Évrard to AUTHORS.md - [`c3f4a0e`](https://github.com/dateutil/dateutil/commit/c3f4a0e481058bc1755f159ce4f0740786f82258) Add news fragment for PR [#859](https://github-redirect.dependabot.com/dateutil/dateutil/issues/859) - Additional commits viewable in [compare view](https://github.com/dateutil/dateutil/compare/2.4.2...2.8.0)


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.


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 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) - `@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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

The following labels could not be found: dependencies.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.