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

build(deps-dev): bump jedi from 0.17.2 to 0.18.0 #252

Closed
wants to merge 5 commits into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jedi from 0.17.2 to 0.18.0.

Changelog

Sourced from jedi's changelog.

0.18.0 (2020-12-25)

  • Dropped Python 2 and Python 3.5
  • Using pathlib.Path() as an output instead of str in most places:
    • Project.path

    • Script.path

    • Definition.module_path

    • Refactoring.get_renames

    • Refactoring.get_changed_files

  • Functions with @property now return property instead of function in Name().type
  • Started using annotations
  • Better support for the walrus operator
  • Project attributes are now read accessible
  • Removed all deprecations

This is likely going to be the last minor release before 1.0.

Commits
  • 4b5b2e7 Prepare release of 0.18.0
  • b89f944 Merge pull request #1684 from davidhalter/relative-import
  • ce6ddb9 Merge pull request #1711 from davidhalter/deprecations
  • fe60b5c Fix flake8 issues in sith.py
  • fa2d03a Mention removal of deprecations in CHANGELOG
  • 1b16ca0 Add sith.py to the files to be ignored by pytest
  • f9cec89 Merge branch 'master' into deprecations
  • bc4f6ed Merge branch 'master' into relative-import
  • fd435a7 Check if string_names is None before returning string_names (#1708)
  • ce0ed4b Improve a comment
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [jedi](https://github.com/davidhalter/jedi) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/davidhalter/jedi/releases)
- [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/jedi@v0.17.2...v0.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

pyproject.toml Outdated
@@ -70,7 +70,7 @@ doc = ["sphinx", "sphinx_rtd_theme"]

[tool.poetry.dev-dependencies]
ipython = "*"
jedi = "<0.18.0" # TODO: remove when this is fixed https://github.com/ipython/ipython/issues/12745
jedi = "<0.19.0" # TODO: remove when this is fixed https://github.com/ipython/ipython/issues/12745
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO found

@codeclimate
Copy link

codeclimate bot commented Jan 18, 2021

Code Climate has analyzed commit 8674a0e and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Bug Risk 1

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 94.6% (0.0% change).

View more on Code Climate.

@andreoliwa
Copy link
Owner

@dependabot ignore this dependency

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/jedi-0.18.0 branch February 7, 2021 11:41
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about jedi again, unless you re-open this PR or update it yourself. 😢

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.

None yet

1 participant