File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
# IntelliSense via Jedi
7
7
jedi<0.18 # For Python 2.7 support
8
8
# Sort Imports
9
- isort==5.9.2 ; python_version >= '3.6'
9
+ isort==5.9.3 ; python_version >= '3.6'
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --generate-hashes requirements.in
6
6
#
7
- isort == 5.9.2 ; python_version >= "3.6" \
8
- --hash =sha256:eed17b53c3e7912425579853d078a0832820f023191561fcee9d7cae424e0813 \
9
- --hash =sha256:f65ce5bd4cbc6abdfbe29afc2f0245538ab358c14590912df638033f157d555e
7
+ isort == 5.9.3 ; python_version >= "3.6" \
8
+ --hash =sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899 \
9
+ --hash =sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2
10
10
# via -r requirements.in
11
11
jedi == 0.17.2 \
12
12
--hash =sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \
You can’t perform that action at this time.
0 commit comments