Skip to content

Commit f26d2dd

Browse files
authored
Update to Jedi 0.17.2 (#13037)
This adds support for Python 3.9 and fixes some bugs, but is expected to be the last release to support Python 2.7 and 3.5.
1 parent 6c99859 commit f26d2dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ThirdPartyNotices-Distribution.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9806,7 +9806,7 @@ THE SOFTWARE.
98069806

98079807
---------------------------------------------------------
98089808

9809-
jedi 0.17.1 - MIT
9809+
jedi 0.17.2 - MIT
98109810

98119811

98129812
Copyright (c) <2013>
@@ -15660,4 +15660,3 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1566015660
0. You just DO WHAT THE FUCK YOU WANT TO.
1566115661

1566215662
---------------------------------------------------------
15663-

news/1 Enhancements/13037.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update to the latest version of [`jedi`](https://github.com/davidhalter/jedi) (`0.17.2`). This adds support for Python 3.9 and fixes some bugs, but is expected to be the last release to support Python 2.7 and 3.5. (thanks [Peter Law](https://github.com/PeterJCLaw/))

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IntelliSense
2-
jedi==0.17.1
2+
jedi==0.17.2
33
# Sort Imports
44
isort==4.3.21
55
# DS Python daemon

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ future==0.18.2 \
1010
isort==4.3.21 \
1111
--hash=sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1 \
1212
--hash=sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd
13-
jedi==0.17.1 \
14-
--hash=sha256:1ddb0ec78059e8e27ec9eb5098360b4ea0a3dd840bedf21415ea820c21b40a22 \
15-
--hash=sha256:807d5d4f96711a2bcfdd5dfa3b1ae6d09aa53832b182090b222b5efb81f52f63
13+
jedi==0.17.2 \
14+
--hash=sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \
15+
--hash=sha256:98cc583fa0f2f8304968199b01b6b4b94f469a1f4a74c1560506ca2a211378b5
1616
parso==0.7.0 \
1717
--hash=sha256:158c140fc04112dc45bca311633ae5033c2c2a7b732fa33d0955bad8152a8dd0 \
1818
--hash=sha256:908e9fae2144a076d72ae4e25539143d40b8e3eafbaeae03c1bfe226f4cdf12c \

0 commit comments

Comments
 (0)