-
Notifications
You must be signed in to change notification settings - Fork 6
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
rvodden
merged 2 commits into
develop
from
dependabot/pip/develop/importlib-metadata-3.1.0
Nov 24, 2020
Merged
chore(deps): bump importlib-metadata from 2.0.0 to 3.1.0 #48
rvodden
merged 2 commits into
develop
from
dependabot/pip/develop/importlib-metadata-3.1.0
Nov 24, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dependabot rebase |
7ead1fa
to
8d78d7a
Compare
@dependabot rebase |
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 |
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>
b6338ea
to
b0b2480
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps importlib-metadata from 2.0.0 to 3.1.0.
Changelog
Sourced from importlib-metadata's changelog.
Commits
c3421fb
Merge branch 'maint/2.x'dd25a38
Merge pull request #253 from uranusjr/search-dot-in-dist-info2bc4989
Add Only tag or users will complain.7f292bc
Merge pull request #250 from python/debt/py3649f223d
Merge pull request #252 from FFY00/fix-diffcov3aa1141
Require Python 3.6 in tox and github actionsab04693
👹 Feed the hobgoblins (delint).bed8fd2
Merge branch 'master' into debt/py36b072a46
Restore Python 2 compatibility.1028cb9
Support legacy filenames with an unnormalized dot.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)