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): bump importlib-metadata from 2.0.0 to 3.1.0 #48

Merged
merged 2 commits into from
Nov 24, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2020

Bumps importlib-metadata from 2.0.0 to 3.1.0.

Changelog

Sourced from importlib-metadata's changelog.

v3.1.0

  • Merge with 2.1.0.

v2.1.0

  • #253: When querying for package metadata, the lookup now honors package normalization rules <https://packaging.python.org/specifications/recording-installed-packages/>_.

v3.0.0

  • Require Python 3.6 or later.
Commits
  • c3421fb Merge branch 'maint/2.x'
  • dd25a38 Merge pull request #253 from uranusjr/search-dot-in-dist-info
  • 2bc4989 Add Only tag or users will complain.
  • 7f292bc Merge pull request #250 from python/debt/py36
  • 49f223d Merge pull request #252 from FFY00/fix-diffcov
  • 3aa1141 Require Python 3.6 in tox and github actions
  • ab04693 👹 Feed the hobgoblins (delint).
  • bed8fd2 Merge branch 'master' into debt/py36
  • b072a46 Restore Python 2 compatibility.
  • 1028cb9 Support legacy filenames with an unnormalized dot.
  • Additional commits viewable in compare view

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.


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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2020
@rvodden
Copy link
Owner

rvodden commented Nov 24, 2020

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/develop/importlib-metadata-3.1.0 branch from 7ead1fa to 8d78d7a Compare November 24, 2020 07:21
@rvodden
Copy link
Owner

rvodden commented Nov 24, 2020

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2020

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@rvodden
Copy link
Owner

rvodden commented Nov 24, 2020

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/develop/importlib-metadata-3.1.0 branch from b6338ea to b0b2480 Compare November 24, 2020 07:35
@rvodden rvodden merged commit a03eced into develop Nov 24, 2020
@rvodden rvodden deleted the dependabot/pip/develop/importlib-metadata-3.1.0 branch November 24, 2020 07:51
rvodden added a commit that referenced this pull request Nov 25, 2020
* chore(all): configured flake8 and remediated

* chore(all): migrated from np.float64 to python float

* chore(all): introduced flake8 and remediated issues

* chore(deps-dev): bump hypothesis from 5.41.2 to 5.41.3 (#45)

* chore(deps-dev): bump hypothesis from 5.41.2 to 5.41.3

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.2 to 5.41.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.2...hypothesis-python-5.41.3)

Signed-off-by: dependabot[bot] <support@github.com>

* Updated poetry.lock to reflect new dependency versions

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* chore(docs): Wrote docstrings for everything!

* Updated circle to use custom image.

* chore(deps-dev): bump darglint from 1.5.6 to 1.5.8 (#47)

* Updated circle to use custom image.

* chore(deps-dev): bump darglint from 1.5.6 to 1.5.8

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.5.6 to 1.5.8.
- [Release notes](https://github.com/raddessi/SublimeLinter-contrib-darglint/releases)
- [Commits](https://github.com/raddessi/SublimeLinter-contrib-darglint/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump importlib-metadata from 2.0.0 to 3.1.0 (#48)

* chore(deps): bump importlib-metadata from 2.0.0 to 3.1.0

Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 2.0.0 to 3.1.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/master/CHANGES.rst)
- [Commits](python/importlib_metadata@v2.0.0...v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Updated poetry.lock to reflect new dependency versions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>

* build: removed autodoc_typehints whilst build is failing

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CirleCI Automation <automation@circleci.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant