Skip to content

Bump jedi from 0.18.1 to 0.18.2#2491

Merged
harahu merged 1 commit intomasterfrom
dependabot/pip/jedi-0.18.2
Dec 5, 2022
Merged

Bump jedi from 0.18.1 to 0.18.2#2491
harahu merged 1 commit intomasterfrom
dependabot/pip/jedi-0.18.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 1, 2022

Bumps jedi from 0.18.1 to 0.18.2.

Changelog

Sourced from jedi's changelog.

0.18.2 (2022-11-21) +++++++++++++++++++

  • Added dataclass-equivalent for attrs.define
  • Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker.
  • Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim.
  • And many smaller bugfixes
Commits
  • eaab706 Prepare the release of 0.18.2
  • 4145548 Better search for venvs
  • 0a670d1 Merge branch 'master' of github.com:davidhalter/jedi
  • 6b73d5c Probably using the 3.10 grammar is better for stubs for now
  • a3fed3b Remove a TODO that was already implemented
  • 66c52b4 Try to fix a test for Windows
  • 89f9a3a Fix a Django test
  • 3a30008 Fix keyword argument completion, fixes #1856
  • b0d5fc2 Fix errors around docs of namespace packages, fixes #1890, fixes #1822
  • 6e5db3f Fix a weird AttributeError, fixes #1765
  • 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)

Bumps [jedi](https://github.com/davidhalter/jedi) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/davidhalter/jedi/releases)
- [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/jedi@v0.18.1...v0.18.2)

---
updated-dependencies:
- dependency-name: jedi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 1, 2022

Codecov Report

Merging #2491 (54c579e) into master (52661f2) will increase coverage by 0.86%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2491      +/-   ##
==========================================
+ Coverage   97.98%   98.84%   +0.86%     
==========================================
  Files         118      118              
  Lines       16324    16324              
  Branches     3156     3156              
==========================================
+ Hits        15995    16136     +141     
+ Misses        266      133     -133     
+ Partials       63       55       -8     
Impacted Files Coverage Δ
trio/_core/_run.py 99.45% <0.00%> (+0.43%) ⬆️
trio/tests/test_socket.py 99.83% <0.00%> (+0.64%) ⬆️
trio/_core/tests/test_io.py 100.00% <0.00%> (+1.05%) ⬆️
trio/tests/test_highlevel_open_tcp_stream.py 100.00% <0.00%> (+1.47%) ⬆️
trio/_subprocess_platform/__init__.py 100.00% <0.00%> (+5.71%) ⬆️
trio/_core/__init__.py 100.00% <0.00%> (+12.50%) ⬆️
trio/lowlevel.py 100.00% <0.00%> (+16.66%) ⬆️
trio/_core/_io_kqueue.py 84.67% <0.00%> (+83.87%) ⬆️
trio/_subprocess_platform/kqueue.py 100.00% <0.00%> (+100.00%) ⬆️

@harahu harahu merged commit 7529b62 into master Dec 5, 2022
@harahu harahu deleted the dependabot/pip/jedi-0.18.2 branch December 5, 2022 07:14
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