Changelog
*Sourced from [aniso8601's changelog](https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst).*
> aniso8601 7.0.0
> ===============
>
> *Release date: 2019-06-11*
>
> Changes
> -------
>
> - Handle all fractional components as an integer number of microseconds, eliminating rounding issues, fixes [\#24](https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing)
>
> aniso8601 6.0.0
> ===============
>
> *Release date: 2019-03-08*
>
> Changes
> -------
>
> - Remove previously deprecated built in version of [relativetimebuilder](https://pypi.org/project/relativetimebuilder/)
>
> Deprecation
> -----------
>
> - Python 2 support will be removed in 7.0.0
>
> aniso8601 5.1.0
> ===============
>
> *Release date: 2019-03-01*
>
> Changes
> -------
>
> - Add [relativetimebuilder](https://pypi.org/project/relativetimebuilder/) as an explicit requirement
>
> aniso8601 5.0.1
> ===============
>
> *Release date: 2019-03-01*
>
> Changes
> -------
>
> - Make [python-dateutil](https://pypi.python.org/pypi/python-dateutil) dependency explicit
>
> aniso8601 5.0.0
> ===============
>
> *Release date: 2019-03-01*
>
> ... (truncated)
Commits
- [`2532a39`](https://bitbucket.org/nielsenb/aniso8601/commits/2532a39f79a29c42917847e0733f6984dba54314) Merged in issue-21 (pull request [#10](https://bitbucket.org/nielsenb/aniso8601/issues/10))
- [`4760c91`](https://bitbucket.org/nielsenb/aniso8601/commits/4760c911e575177188123ad6e00e5e8b313c6807) Merge branch 'issue-21' into 5.0.0
- [`c070e9f`](https://bitbucket.org/nielsenb/aniso8601/commits/c070e9f2676b116edc5ae13dd52688d8ffeb7c0b) README cleanup, update relativetimebuilder dependency.
- [`f35226a`](https://bitbucket.org/nielsenb/aniso8601/commits/f35226aaa62dfa5e36bc9150dcc56735cd943b10) More README cleanups.
- [`6950fa7`](https://bitbucket.org/nielsenb/aniso8601/commits/6950fa7508ff4e8ec26af05c676ac1211c4fa266) Prepare 5.0.0 release.
- [`3b85f02`](https://bitbucket.org/nielsenb/aniso8601/commits/3b85f02bac8c27e895827656fcaf7031bd1869f1) Start work on 5.0.1.
- [`8e7bae5`](https://bitbucket.org/nielsenb/aniso8601/commits/8e7bae5578963c654377cd0a69537b137966988e) Prepare 5.0.1 release.
- [`185d7d9`](https://bitbucket.org/nielsenb/aniso8601/commits/185d7d954fb291b1e94817feb8605f90ecdd3fb8) Start work on 5.0.2.
- [`a17c99c`](https://bitbucket.org/nielsenb/aniso8601/commits/a17c99c815fbb72eced8356c667f4873365f4159) Make relativetimebuilder an explicit requirement.
- [`e794e11`](https://bitbucket.org/nielsenb/aniso8601/commits/e794e11e425f213fc744fe0e2ea7bb79f321b28f) Add missing comma.
- Additional commits viewable in [compare view](https://bitbucket.org/nielsenb/aniso8601/branches/compare/v7.0.0..v4.0.1)
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 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.
Bumps aniso8601 from 4.0.1 to 7.0.0.
Changelog
*Sourced from [aniso8601's changelog](https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst).* > aniso8601 7.0.0 > =============== > > *Release date: 2019-06-11* > > Changes > ------- > > - Handle all fractional components as an integer number of microseconds, eliminating rounding issues, fixes [\#24](https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing) > > aniso8601 6.0.0 > =============== > > *Release date: 2019-03-08* > > Changes > ------- > > - Remove previously deprecated built in version of [relativetimebuilder](https://pypi.org/project/relativetimebuilder/) > > Deprecation > ----------- > > - Python 2 support will be removed in 7.0.0 > > aniso8601 5.1.0 > =============== > > *Release date: 2019-03-01* > > Changes > ------- > > - Add [relativetimebuilder](https://pypi.org/project/relativetimebuilder/) as an explicit requirement > > aniso8601 5.0.1 > =============== > > *Release date: 2019-03-01* > > Changes > ------- > > - Make [python-dateutil](https://pypi.python.org/pypi/python-dateutil) dependency explicit > > aniso8601 5.0.0 > =============== > > *Release date: 2019-03-01* > > ... (truncated)Commits
- [`2532a39`](https://bitbucket.org/nielsenb/aniso8601/commits/2532a39f79a29c42917847e0733f6984dba54314) Merged in issue-21 (pull request [#10](https://bitbucket.org/nielsenb/aniso8601/issues/10)) - [`4760c91`](https://bitbucket.org/nielsenb/aniso8601/commits/4760c911e575177188123ad6e00e5e8b313c6807) Merge branch 'issue-21' into 5.0.0 - [`c070e9f`](https://bitbucket.org/nielsenb/aniso8601/commits/c070e9f2676b116edc5ae13dd52688d8ffeb7c0b) README cleanup, update relativetimebuilder dependency. - [`f35226a`](https://bitbucket.org/nielsenb/aniso8601/commits/f35226aaa62dfa5e36bc9150dcc56735cd943b10) More README cleanups. - [`6950fa7`](https://bitbucket.org/nielsenb/aniso8601/commits/6950fa7508ff4e8ec26af05c676ac1211c4fa266) Prepare 5.0.0 release. - [`3b85f02`](https://bitbucket.org/nielsenb/aniso8601/commits/3b85f02bac8c27e895827656fcaf7031bd1869f1) Start work on 5.0.1. - [`8e7bae5`](https://bitbucket.org/nielsenb/aniso8601/commits/8e7bae5578963c654377cd0a69537b137966988e) Prepare 5.0.1 release. - [`185d7d9`](https://bitbucket.org/nielsenb/aniso8601/commits/185d7d954fb291b1e94817feb8605f90ecdd3fb8) Start work on 5.0.2. - [`a17c99c`](https://bitbucket.org/nielsenb/aniso8601/commits/a17c99c815fbb72eced8356c667f4873365f4159) Make relativetimebuilder an explicit requirement. - [`e794e11`](https://bitbucket.org/nielsenb/aniso8601/commits/e794e11e425f213fc744fe0e2ea7bb79f321b28f) Add missing comma. - Additional commits viewable in [compare view](https://bitbucket.org/nielsenb/aniso8601/branches/compare/v7.0.0..v4.0.1)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 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.