Skip to content

Commit

Permalink
⬆️ Bump jedi from 0.19.0 to 0.19.1 (#470)
Browse files Browse the repository at this point in the history
Bumps [jedi](https://github.com/davidhalter/jedi) from 0.19.0 to 0.19.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst">jedi's
changelog</a>.</em></p>
<blockquote>
<p>0.19.1 (2023-10-02)
+++++++++++++++++++</p>
<ul>
<li>Python 3.12 support (Thanks Peter!)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/davidhalter/jedi/commit/4e175ca82bbd680cb90f462545c10a8b1c0b5f2e"><code>4e175ca</code></a>
Prepare for release 0.19.1</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/30e9b7b5be795e6638c6c023e279f36deeb5b3f8"><code>30e9b7b</code></a>
Merge pull request <a
href="https://redirect.github.com/davidhalter/jedi/issues/1961">#1961</a>
from PeterJCLaw/docs-link</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/83545bc9ec30ddcfc97b34e97debbebfe87a56a7"><code>83545bc</code></a>
Include a link to the docs in the package metadata</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/57e7b83455ac5c7c22826440fc0a62cecadceeba"><code>57e7b83</code></a>
Add missing import</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/0770372857b0fd79e33e2b90e4f106bb2158df1b"><code>0770372</code></a>
Merge pull request <a
href="https://redirect.github.com/davidhalter/jedi/issues/1956">#1956</a>
from PeterJCLaw/python-3.12</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/7e533ca7e198c0a43dfc643fc56d94682d2e75e7"><code>7e533ca</code></a>
Drop redundant conditional skips for unsupported Python versions</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/a60fdba1d460f98e15f74a3c83079c74451f4116"><code>a60fdba</code></a>
Adjust for change to documention change of <code>next</code> in Python
3.12</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/9d399a922916b66bb4988f2e83abf33d4fb3544e"><code>9d399a9</code></a>
Merge pull request <a
href="https://redirect.github.com/davidhalter/jedi/issues/1959">#1959</a>
from davidhalter/unpin-test-django</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/770cdade00dfdd5114f55f6d4a40a88bee315140"><code>770cdad</code></a>
Claim support for Python 3.12</li>
<li><a
href="https://github.com/davidhalter/jedi/commit/29890c1f2911026a2a7b3b32391f75ade06a9c51"><code>29890c1</code></a>
Ignore linux-only os.CLONE_* constants in Python 3.12 in import
test</li>
<li>Additional commits viewable in <a
href="https://github.com/davidhalter/jedi/compare/v0.19.0...v0.19.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jedi&package-manager=pip&previous-version=0.19.0&new-version=0.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>
  • Loading branch information
github-actions[bot] authored Oct 9, 2023
2 parents ffafc4c + 37edbbc commit 290dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ipython==8.15.0
# via
# ipykernel
# myst-nb
jedi==0.19.0
jedi==0.19.1
# via ipython
jinja2==3.1.2
# via
Expand Down

0 comments on commit 290dc5b

Please sign in to comment.