Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update arrow requirement from ~=0.14.3 to ~=0.14.4 #6279

Merged
merged 1 commit into from
Aug 3, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 31, 2019

Updates the requirements on arrow to permit the latest version.

Release notes

Sourced from arrow's releases.

Version 0.14.4

  • Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the get() function. Functionality such as arrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC") should work as normal again.
  • Moved backports.functools_lru_cache dependency from extra_requires to install_requires for Python 2.7 installs to fix #495.
Changelog

Sourced from arrow's changelog.

0.14.4

  • [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the get() function. Functionality such as arrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC") should work as normal again.
  • [CHANGE] Moved backports.functools_lru_cache dependency from extra_requires to install_requires for Python 2.7 installs to fix #495.

0.14.3

  • [NEW] Added full support for Python 3.8.
  • [CHANGE] Added warnings for upcoming factory.get() parsing changes in 0.15.0. Please see #612 for full details.
  • [FIX] Extensive refactor and update of documentation.
  • [FIX] factory.get() can now construct from kwargs.
  • [FIX] Added meridians to Spanish Locale.

0.14.2

  • [CHANGE] Travis CI builds now use tox to lint and run tests.
  • [FIX] Fixed UnicodeDecodeError on certain locales (#600).

0.14.1

  • [FIX] Fixed "ImportError: No module named 'dateutil'" (#598).

0.14.0

  • [NEW] Added provisional support for Python 3.8.
  • [CHANGE] Removed support for EOL Python 3.4.
  • [FIX] Updated setup.py with modern Python standards.
  • [FIX] Upgraded dependencies to latest versions.
  • [FIX] Enabled flake8 and black on travis builds.
  • [FIX] Formatted code using black and isort.

0.13.2

  • [NEW] Add is_between method.
  • [FIX] Improved humanize behaviour for near zero durations (#416).
  • [FIX] Correct humanize behaviour with future days (#541).
  • [FIX] Documentation updates.
  • [FIX] Improvements to German Locale.

0.13.1

  • [NEW] Add support for Python 3.7.
  • [CHANGE] Remove deprecation decorators for Arrow.range(), Arrow.span_range() and Arrow.interval(), all now return generators, wrap with list() to get old behavior.
  • [FIX] Documentation and docstring updates.

0.13.0

  • [NEW] Added support for Python 3.6.
  • [CHANGE] Drop support for Python 2.6/3.3.
  • [CHANGE] Return generator instead of list for Arrow.range(), Arrow.span_range() and Arrow.interval().
... (truncated)
Commits
  • b9d1171 Release notes and increment version (#623)
  • a4893b5 Tweaked factory kwargs handling (#622)
  • 4d65575 Move backports from extra_requires to install_requires (#620)
  • f257cd7 Merge pull request #621 from chyzzqo2/tz-kwarg-regression
  • 1011d9b Fix regression when tzinfo kwarg is a string
  • See full diff 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 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). To ignore the version in this PR you can just close it
  • @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:

  • 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.

@codecov
Copy link

codecov bot commented Jul 31, 2019

Codecov Report

Merging #6279 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #6279   +/-   ##
============================================
  Coverage        65.54%   65.54%           
============================================
  Files              286      286           
  Lines            14589    14589           
============================================
  Hits              9562     9562           
  Misses            5027     5027

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9fc0c20...ed765bb. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/arrow-approx-eq-0.14.4 branch from 7944297 to ed765bb Compare August 1, 2019 06:37
@iamareebjamal iamareebjamal merged commit 4c17694 into development Aug 3, 2019
@iamareebjamal iamareebjamal deleted the dependabot/pip/arrow-approx-eq-0.14.4 branch August 3, 2019 08:30
mrsaicharan1 pushed a commit to mrsaicharan1/open-event-server that referenced this pull request Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants