File tree Expand file tree Collapse file tree 3 files changed +83
-68
lines changed Expand file tree Collapse file tree 3 files changed +83
-68
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"[python]" : {
3
3
"editor.codeActionsOnSave" : {
4
- "source.organizeImports" : true ,
4
+ "source.organizeImports" : " explicit "
5
5
},
6
6
"editor.defaultFormatter" : " ms-python.autopep8" ,
7
7
"editor.formatOnSave" : true ,
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ attrs==23.1.0
4
4
autobahn == 23.6.2
5
5
Automat == 22.10.0
6
6
autopep8 == 2.0.4
7
- certifi == 2023.7.22
7
+ certifi == 2023.11.17
8
8
cffi == 1.16.0
9
9
charset-normalizer == 3.3.2
10
10
constantly == 23.10.4
11
11
coreapi == 2.3.3
12
12
coreschema == 0.0.4
13
- cryptography == 41.0.5
13
+ cryptography == 41.0.7
14
14
daphne == 4.0.0
15
15
defusedxml == 0.7.1
16
16
dill == 0.3.7
17
- dj-rest-auth == 5.0.1
17
+ dj-rest-auth == 5.0.2
18
18
Django == 3.2.23
19
19
django-admin-list-filter-dropdown == 1.0.3
20
20
django-allauth == 0.58.2
@@ -24,7 +24,7 @@ django-typomatic==2.4.2
24
24
djangorestframework == 3.14.0
25
25
drf-writable-nested == 0.7.0
26
26
hyperlink == 21.0.0
27
- idna == 3.4
27
+ idna == 3.6
28
28
incremental == 22.10.0
29
29
isort == 5.12.0
30
30
itypes == 1.2.0
@@ -34,8 +34,8 @@ mccabe==0.7.0
34
34
oauthlib == 3.2.2
35
35
openapi-codec == 1.3.2
36
36
Pillow == 10.1.0
37
- platformdirs == 4.0 .0
38
- pyasn1 == 0.5.0
37
+ platformdirs == 4.1 .0
38
+ pyasn1 == 0.5.1
39
39
pyasn1-modules == 0.3.0
40
40
pycodestyle == 2.11.1
41
41
pycparser == 2.21
@@ -53,11 +53,11 @@ service-identity==23.1.0
53
53
simplejson == 3.19.2
54
54
six == 1.16.0
55
55
sqlparse == 0.4.4
56
- tomlkit == 0.12.2
56
+ tomlkit == 0.12.3
57
57
Twisted == 23.10.0
58
58
txaio == 23.1.1
59
59
typing_extensions == 4.8.0
60
60
Unidecode == 1.3.7
61
61
uritemplate == 4.1.1
62
- urllib3 == 2.0.7
62
+ urllib3 == 2.1.0
63
63
zope.interface == 6.1
You can’t perform that action at this time.
0 commit comments