Skip to content

Commit

Permalink
Upgrade isort to 5.5.3 (#14035) (#14037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Sep 22, 2020
1 parent 832025a commit 074024c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news/1 Enhancements/14027.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded to isort `5.5.3`.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553; python_version >= '3.6'
pygls==0.9.0; python_version >= '3.6'
# Sort Imports
isort==5.5.2; python_version >= '3.6'
isort==5.5.3; python_version >= '3.6'
# DS Python daemon
python-jsonrpc-server==0.2.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
click==7.1.2 # via jedi-language-server
future==0.18.2 # via python-jsonrpc-server
isort==5.5.2 ; python_version >= "3.6" # via -r requirements.in
isort==5.5.3 ; python_version >= "3.6" # via -r requirements.in
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553 ; python_version >= "3.6" # via -r requirements.in
jedi==0.17.2 # via jedi-language-server
parso==0.7.0 # via jedi
Expand Down

0 comments on commit 074024c

Please sign in to comment.